X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F300_immutable%2F002_apply_roles_to_immutable.t;h=e37331192a1e5b400c968a400280c68abea2a878;hb=fe0194bf9198470966d089211902dc823d2bc70d;hp=c1ba7659c8b397d67cd05940844dc98b75d2e4ad;hpb=c93e8e7d65e9ec42ee58cac8cba61b3327b26b2d;p=gitmo%2FMoose.git diff --git a/t/300_immutable/002_apply_roles_to_immutable.t b/t/300_immutable/002_apply_roles_to_immutable.t index c1ba765..e373311 100644 --- a/t/300_immutable/002_apply_roles_to_immutable.t +++ b/t/300_immutable/002_apply_roles_to_immutable.t @@ -3,12 +3,10 @@ use strict; use warnings; -use Test::More tests => 5; +use Test::More tests => 4; use Test::Exception; -BEGIN { - use_ok('Moose'); -} + { package My::Role;