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=eea984e8defba442abd1ccff6ce98e8d021dfab9;hb=73e9153a57c2adfd533a0ac5a3ad843ebfd4c7e7;hpb=f63873556821236f4b89d1725a9928b23d820342 diff --git a/t/020_attributes/015_attribute_traits.t b/t/020_attributes/015_attribute_traits.t index eea984e..675d22c 100644 --- a/t/020_attributes/015_attribute_traits.t +++ b/t/020_attributes/015_attribute_traits.t @@ -9,6 +9,8 @@ use Test::More tests => 12; use Test::Exception; use Test::Mouse; +use MooseCompat; + { package My::Attribute::Trait; use Mouse::Role;