projects
/
p5sagit/Module-Metadata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9c10afa
)
make perl 5.006 restriction work
Matt S Trout [Tue, 10 Sep 2013 18:52:19 +0000 (18:52 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
561a699
..
f280ad8
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-1,6
+1,7
@@
use strict;
use warnings FATAL => 'all';
use ExtUtils::MakeMaker;
+use 5.006;
(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
@@
-23,7
+24,6
@@
WriteMakefile(
? ( 'IO::Scalar' => 0 )
: ()
,
- 'perl' => '5.006',
},
META_MERGE => {
'meta-spec' => { version => 2 },