X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F060_instance.t;h=5ab6a556f276aaea2da47f12ec6bc22386b12e5a;hb=871e9eb5d05b8b9986b2de3f4095f65a31159c56;hp=d61e628a863917a73684850da98bcb0fe4eef928;hpb=8371f3de4e9525ab751008dca4a89e6df65345a6;p=gitmo%2FClass-MOP.git diff --git a/t/060_instance.t b/t/060_instance.t index d61e628..5ab6a55 100644 --- a/t/060_instance.t +++ b/t/060_instance.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More; -use Test::Exception; +use Test::Fatal; use Scalar::Util qw/isweak reftype/;