Ernst Ernst #14

Using that:

has 'favorite_attribute' => (
    is          => 'ro',
    isa         => 'Str',
    traits      => ['MetaDescription'],
    description => {
        type         => 'String',
        traits       => ['Friendly'],
        label        => 'Attribute',
        instructions => 'Type in the name of your favorite attribute.',
    },
);
Copyright © 2008 Jonathan Rockway