X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F007-attributes.t;fp=t%2F007-attributes.t;h=4316e256cdc2524beb42c1e5e94e47bfaf92e864;hb=eab815459cfd4be951f1f44cd656e76169f7a1d6;hp=140d0db818c61d9bceeee37405e229aa373346df;hpb=cc4c21fc48a1506e8aece043fcd8565742e28f0b;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;