Revert most of the conversion to Test::Fatal so we can redo it
[gitmo/Moose.git] / author / extract-inline-tests
index 8cdb4cc..77fb246 100755 (executable)
@@ -76,7 +76,7 @@ use warnings;
 
         my $base = $self->SUPER::process(@_);
 
-        $base =~ s/(\$\| = 1;)/use Test::Fatal;\n$1/;
+        $base =~ s/(\$\| = 1;)/use Test::Exception;\n$1/;
 
         return $base;
     }