projects
/
gitmo/Class-C3-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
531600c
)
Use perl_version to specify our perl dependency.
Florian Ragwitz [Wed, 25 Mar 2009 00:29:24 +0000 (
01:29
+0100)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
723da3d
..
108befd
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-2,7
+2,7
@@
use inc::Module::Install 0.75;
name 'Class-C3-XS';
all_from 'lib/Class/C3/XS.pm';
-requires 'perl' => 5.006_000;
+perl_version 5.006_000;
test_requires 'Test::More' => '0.47';
# Rebuild README for maintainers