convert all uses of Test::Exception to Test::Fatal.
[gitmo/MooseX-Types.git] / t / 15_recursion.t
index f98709f..6d81b73 100644 (file)
@@ -21,7 +21,6 @@ BEGIN {
     
     BEGIN {
         use Test::More tests=>5;
-        use Test::Exception;
         
         ## Grab the newly created test type constraint
         MooseX::Types::Test::Recursion->import(':all');