X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F020_attributes%2F015_attribute_traits.t;h=675d22ceab903407249d67254cfb010699e6b858;hp=1121d52df55d90071b074cf7b08c65d553e45b59;hb=73e9153a57c2adfd533a0ac5a3ad843ebfd4c7e7;hpb=4060c871da12ba3c5e88986ed121a8254f906bd6 diff --git a/t/020_attributes/015_attribute_traits.t b/t/020_attributes/015_attribute_traits.t index 1121d52..675d22c 100644 --- a/t/020_attributes/015_attribute_traits.t +++ b/t/020_attributes/015_attribute_traits.t @@ -3,11 +3,13 @@ use strict; use warnings; +use lib 't/lib'; + use Test::More tests => 12; use Test::Exception; use Test::Mouse; - +use MooseCompat; { package My::Attribute::Trait;