projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6d62704
)
Be explicit about our minimum required Perl.
Dave Rolsky [Thu, 21 Aug 2008 02:56:36 +0000 (
02:56
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
8d8498f
..
e0793f1
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-23,6
+23,7
@@
unless ( defined $force_xs ) {
}
my %prereqs = (
+ 'perl' => '5.008',
'Scalar::Util' => '1.18',
'Sub::Name' => '0.04',
'Sub::Identify' => '0.03',