projects
/
p5sagit/App-FatPacker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
092d558
)
properly state minimum perl requirement
Karen Etheridge [Mon, 11 Feb 2013 20:56:28 +0000 (12:56 -0800)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
721d8fc
..
746a243
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-19,7
+19,7
@@
WriteMakefile(
homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/App-FatPacker.git',
},
requires => {
- perl => 5.8.0,
+ perl => '5.008000',
},
},
);