X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F025-more-isa.t;h=f092bede9eb2d9f4845b65619608f6b594ada609;hb=42d7df00cd4c4b4cd1fe20ffb1a74c7161ba3862;hp=132d57fb0dd5f229bba11f7b89c8f9d80e5d6a2b;hpb=6feb83f15e8242426f088e25e4adb37a6d8698ad;p=gitmo%2FMouse.git diff --git a/t/025-more-isa.t b/t/025-more-isa.t index 132d57f..f092bed 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 Test::Exception; +use Mouse::Util ':test'; do { package Class;