X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F016-trait.t;h=575b43108a688acf8a1f3187a8f6d348bb859006;hb=27c1131a16723eb8d27d1079afff6878508d6ee3;hp=a836e6ca892ef34019d39514acd5db88a70f2966;hpb=9857cc15d6b643f89d0dc4c7b0c6e781fb7d91fd;p=gitmo%2FMooseX-Role-Parameterized.git diff --git a/t/016-trait.t b/t/016-trait.t index a836e6c..575b431 100644 --- a/t/016-trait.t +++ b/t/016-trait.t @@ -1,8 +1,7 @@ #!/usr/bin/env perl use strict; use warnings; -use Test::More skip_all => "Moose doesn't yet support traits with parameters"; -#use Test::More tests => 2; +use Test::More tests => 2; do { package MyTrait::Label;