convert all uses of Test::Exception to Test::Fatal.
[gitmo/MooseX-Types.git] / t / 14_compatibility-sub-exporter.t
index f220be3..1a250f1 100644 (file)
@@ -2,7 +2,6 @@ BEGIN {
        use strict;
        use warnings;
        use Test::More;
-    use Test::Exception;
     use FindBin;
     use lib "$FindBin::Bin/lib";   
     
@@ -16,4 +15,4 @@ use SubExporterCompatibility qw(MyStr something);
        
 ok MyStr->check('aaa'), "Correctly passed";
 ok !MyStr->check([1]), "Correctly fails";
-ok something(), "Found the something method";
\ No newline at end of file
+ok something(), "Found the something method";