projects
/
p5sagit/App-FatPacker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f2af37c
)
be clear why we require 5.8.0
Karen Etheridge [Fri, 23 Aug 2013 00:03:50 +0000 (17:03 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
9b4d0e1
..
6b2980c
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-27,6
+27,7
@@
WriteMakefile(
},
},
requires => {
+ # B::perlstring was added in 5.8.0
perl => '5.008000',
},
},