convert all uses of Test::Exception to Test::Fatal.
[gitmo/Moose.git] / t / 040_type_constraints / 008_union_types.t
index 58e0b26..c3fd98e 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 use Test::More;
-use Test::Exception;
+use Test::Fatal;
 
 BEGIN {
     use_ok('Moose::Util::TypeConstraints');