X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F020_attributes%2F015_attribute_traits.t;fp=t%2F020_attributes%2F015_attribute_traits.t;h=eea984e8defba442abd1ccff6ce98e8d021dfab9;hb=db53d2b4ec887312eff701faa1749e983182e5d0;hp=1121d52df55d90071b074cf7b08c65d553e45b59;hpb=620c3203b30d5e7644acd8769db61991edffc251;p=gitmo%2FMouse.git diff --git a/t/020_attributes/015_attribute_traits.t b/t/020_attributes/015_attribute_traits.t index 1121d52..eea984e 100644 --- a/t/020_attributes/015_attribute_traits.t +++ b/t/020_attributes/015_attribute_traits.t @@ -3,12 +3,12 @@ use strict; use warnings; +use lib 't/lib'; + use Test::More tests => 12; use Test::Exception; use Test::Mouse; - - { package My::Attribute::Trait; use Mouse::Role;