X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_gld_default_bug.t;fp=t%2F100_gld_default_bug.t;h=85e10e3c59973f92edf00735762fc78a61e2ff5b;hb=195fb408a61ad34e0e41887b4f9f8dc384dd5da5;hp=40ca14033fdce8b0b5d9c16ecdc80b4a62efead6;hpb=1e592beebf132ad7bd641fc9c441f47eece0400b;p=gitmo%2FMooseX-Getopt.git diff --git a/t/100_gld_default_bug.t b/t/100_gld_default_bug.t index 40ca140..85e10e3 100644 --- a/t/100_gld_default_bug.t +++ b/t/100_gld_default_bug.t @@ -17,7 +17,7 @@ use_ok('MooseX::Getopt'); with 'MooseX::Getopt'; has 'nproc' => ( - metaclass => 'Getopt', + traits => ['Getopt'], is => 'ro', isa => 'Int', default => sub { 1 },