be compatible with perl 5.6
[p5sagit/Import-Into.git] / t / import_into.t
index e9ebb9c..fcf3c84 100644 (file)
@@ -47,7 +47,7 @@ eval q{
 
   package TestPackage;
 
-  no warnings;
+  no warnings FATAL => 'all';
 
 #line 1 "import_into_inline.pl"
   use MultiExporter;