X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F007-attributes.t;h=4316e256cdc2524beb42c1e5e94e47bfaf92e864;hb=33cc81a8f6f77ac395491d9824380290a80a23d9;hp=140d0db818c61d9bceeee37405e229aa373346df;hpb=3118622d182add6c88792d5de3b4af047e8a7c8c;p=gitmo%2FMouse.git diff --git a/t/007-attributes.t b/t/007-attributes.t index 140d0db..4316e25 100644 --- a/t/007-attributes.t +++ b/t/007-attributes.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 10; -use t::Exception; +use Test::Exception; do { package Class;