X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F030_roles%2F002_role.t;h=2504039188f773b01dcb25187b233776d6ccfd97;hp=67dcf4494ef99ac540a7ba140397df2520fc8bce;hb=73e9153a57c2adfd533a0ac5a3ad843ebfd4c7e7;hpb=f63873556821236f4b89d1725a9928b23d820342 diff --git a/t/030_roles/002_role.t b/t/030_roles/002_role.t index 67dcf44..2504039 100755 --- a/t/030_roles/002_role.t +++ b/t/030_roles/002_role.t @@ -7,7 +7,9 @@ use Test::More tests => 40; use Test::Exception; use lib 't/lib'; -use Test::Mouse; # Mouse::Meta::Module->version +use Test::Mouse; + +use MooseCompat; =pod