X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F030_roles%2F002_role.t;h=2504039188f773b01dcb25187b233776d6ccfd97;hb=45eea07f4090ae7ed7a6556bfa5897f34155b489;hp=250118524c29039bcf262cd8bda5431b3fda0918;hpb=7ca5c5fb6e084d9c57bc022b336458afc74c6847;p=gitmo%2FMouse.git diff --git a/t/030_roles/002_role.t b/t/030_roles/002_role.t index 2501185..2504039 100755 --- a/t/030_roles/002_role.t +++ b/t/030_roles/002_role.t @@ -6,6 +6,11 @@ use warnings; use Test::More tests => 40; use Test::Exception; +use lib 't/lib'; +use Test::Mouse; + +use MooseCompat; + =pod NOTE: