Ernst Ernst #11

My first Ernst class

package Class;
use Ernst;

has attribute => (
    traits      => ['MetaDescription'],
    is          => 'ro',
    isa         => 'Str',
    description => {
        type       => 'String',
        max_length => 42,
        min_length => 10,
    }
);
Copyright © 2008 Jonathan Rockway