projects
/
gitmo/MooseX-Storage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
14e5132
)
Fix as we only work with a recent Moose version
Tomas Doran (t0m) [Sat, 18 Jul 2009 19:08:13 +0000 (20:08 +0100)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
9a5a447
..
ebf58b3
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-6,7
+6,7
@@
name 'MooseX-Storage';
all_from 'lib/MooseX/Storage.pm';
# Specific dependencies
-requires 'Moose' => '0.39';
+requires 'Moose' => '0.87';
# you should have at least one
# serialization format