X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F001_basic.t;h=7ffbe5b6f509d63ae0a21cc20627e956672dbb68;hp=438a9a8049ad2f06093b6d75a33e6c170c37a19d;hb=1a8b4ed19c6096c389d094504e81b524d7af7120;hpb=a4fb037c1f003290919e6f1f167501154145b726 diff --git a/t/001_basic.t b/t/001_basic.t index 438a9a8..7ffbe5b 100644 --- a/t/001_basic.t +++ b/t/001_basic.t @@ -24,7 +24,7 @@ BEGIN { ); has 'cow' => ( - metaclass => 'MooseX::Getopt::Meta::Attribute', + metaclass => 'Getopt', is => 'ro', isa => 'Str', default => 'moo',