X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F020_attributes%2F015_attribute_traits.t;h=675d22ceab903407249d67254cfb010699e6b858;hb=467c4815ec15a74e6aa4970b6d69bcb4a6fa0b7f;hp=eea984e8defba442abd1ccff6ce98e8d021dfab9;hpb=db53d2b4ec887312eff701faa1749e983182e5d0;p=gitmo%2FMouse.git 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;