be compatible with perl 5.6
Graham Knop [Tue, 4 Mar 2014 14:32:28 +0000 (09:32 -0500)]
Makefile.PL
t/import_into.t

index d8ed28c..2fd5c67 100644 (file)
@@ -1,6 +1,5 @@
 use strict;
 use warnings FATAL => 'all';
-use 5.008001;
 use ExtUtils::MakeMaker;
 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
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;