X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F020_attributes%2F015_attribute_traits.t;h=aaa6ece11799745ff76be515a207ae35a7d72ebc;hb=43e6a50b260b096a34b0c46da87296bd220c4184;hp=419770854e2a948fc05f2bfd1ade5eed24bf56aa;hpb=85a83bedc70fd9308360199e2a57f768c9f67923;p=gitmo%2FMouse.git diff --git a/t/020_attributes/015_attribute_traits.t b/t/020_attributes/015_attribute_traits.t index 4197708..aaa6ece 100644 --- a/t/020_attributes/015_attribute_traits.t +++ b/t/020_attributes/015_attribute_traits.t @@ -5,6 +5,7 @@ use strict; use warnings; use Test::More tests => 12; + use Test::Exception; use Test::Mouse;