projects
/
gitmo/MooseX-Storage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8e1415e
)
depend on a specific perl version (determined via Perl::MinimumVersion)
Karen Etheridge [Sun, 31 Mar 2013 04:07:30 +0000 (21:07 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
39a1311
..
87051be
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-7,6
+7,8
@@
use Module::Install::AuthorTests;
name 'MooseX-Storage';
all_from 'lib/MooseX/Storage.pm';
+perl_version '5.008';
+
# Specific dependencies
requires 'Moose' => '0.99';
requires 'String::RewritePrefix';