X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F005_strict.t;h=dd4c6c3d652f695023a147649d02fbda9ea9bdcb;hb=d03999d67f2821eaeb230268318be45d3fb11c59;hp=8a8d634fdd1e7b1778fb813cbe180d158ed87698;hpb=6ac028c4d869259041b7c526071cf614ffb033fa;p=gitmo%2FMooseX-Getopt.git diff --git a/t/005_strict.t b/t/005_strict.t index 8a8d634..dd4c6c3 100644 --- a/t/005_strict.t +++ b/t/005_strict.t @@ -34,7 +34,7 @@ BEGIN { ); has 'horse' => ( - metaclass => 'Getopt', + traits => ['Getopt'], is => 'ro', isa => 'Str', default => 'bray', @@ -70,14 +70,6 @@ BEGIN { isa => 'Int', default => 713 ); - - has '_private_stuff_cmdline' => ( - is => 'ro', - isa => 'Int', - default => 832, - cmd_flag => 'p', - ); - } {