convert all uses of Test::Exception to Test::Fatal.
[gitmo/Moose.git] / t / 040_type_constraints / 012_container_type_coercion.t
index 9a4c98d..76a276f 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');