projects
/
gitmo/MooseX-SimpleConfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f33cbec
)
Depend on newer config::any
Tomas Doran [Mon, 12 Apr 2010 20:13:03 +0000 (21:13 +0100)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
961b7eb
..
f0d52e8
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-8,7
+8,7
@@
test_requires 'Test::More' => '0.42';
requires 'Moose' => '0.35';
requires 'MooseX::ConfigFromFile' => '0.02';
-requires 'Config::Any' => '0.10';
+requires 'Config::Any' => '0.13';
# Rebuild README for maintainers
system("pod2text lib/MooseX/SimpleConfig.pm >README") and die