projects
/
p5sagit/Import-Into.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8afc165
)
be compatible with perl 5.6
Graham Knop [Tue, 4 Mar 2014 14:32:28 +0000 (09:32 -0500)]
Makefile.PL
patch
|
blob
|
blame
|
history
t/import_into.t
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
d8ed28c
..
2fd5c67
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-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';
diff --git
a/t/import_into.t
b/t/import_into.t
index
e9ebb9c
..
fcf3c84
100644
(file)
--- a/
t/import_into.t
+++ b/
t/import_into.t
@@
-47,7
+47,7
@@
eval q{
package TestPackage;
- no warnings;
+ no warnings FATAL => 'all';
#line 1 "import_into_inline.pl"
use MultiExporter;