X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F030_roles%2F002_role.t;h=67dcf4494ef99ac540a7ba140397df2520fc8bce;hb=6fea087bcf1c984bd8afc7c2d5b4a078569e3b5c;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..67dcf44 100755 --- a/t/030_roles/002_role.t +++ b/t/030_roles/002_role.t @@ -6,6 +6,9 @@ use warnings; use Test::More tests => 40; use Test::Exception; +use lib 't/lib'; +use Test::Mouse; # Mouse::Meta::Module->version + =pod NOTE: