convert all uses of Test::Exception to Test::Fatal.
[gitmo/Moose.git] / t / 100_bugs / 011_DEMOLISH_eats_exceptions.t
index 4932fe2..23d7a9b 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 use FindBin;
 
 use Test::More;
-use Test::Exception;
+use Test::Fatal;
 
 use Moose::Util::TypeConstraints;