X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F025-more-isa.t;h=132d57fb0dd5f229bba11f7b89c8f9d80e5d6a2b;hp=9db3441e08b8a35fb5df3619e63ceba83be08ebc;hb=eab815459cfd4be951f1f44cd656e76169f7a1d6;hpb=cc4c21fc48a1506e8aece043fcd8565742e28f0b diff --git a/t/025-more-isa.t b/t/025-more-isa.t index 9db3441..132d57f 100644 --- a/t/025-more-isa.t +++ b/t/025-more-isa.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 29; -use t::Exception; +use Test::Exception; do { package Class;