X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F004-with.t;h=7980e490b2a8d736b627dc062e23d30a7d7beae8;hb=96bc1fffc9f715f21d4189b45f8461bb26a6e2cd;hp=9bb650bc63847dd00f7438ad6ee4db009f0dc365;hpb=a3af385078d9de87e36ad65d9e349afe1346e7b2;p=gitmo%2FMooseX-Role-Parameterized.git diff --git a/t/004-with.t b/t/004-with.t index 9bb650b..7980e49 100644 --- a/t/004-with.t +++ b/t/004-with.t @@ -22,7 +22,6 @@ do { use MooseX::Role::Parameterized; parameter slot => ( - is => 'ro', isa => 'Str', required => 1, );