X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F005_strict.t;h=dd4c6c3d652f695023a147649d02fbda9ea9bdcb;hb=eb404494ca0bfd48975259f95272af6d3e689d06;hp=206cb64852ad1efc7c47effa5b97ee997685708d;hpb=04dc08522cab0990311c92bf4b6bbfdde8be240b;p=gitmo%2FMooseX-Getopt.git diff --git a/t/005_strict.t b/t/005_strict.t index 206cb64..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',