projects
/
gitmo/Task-Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0485ce2
)
bump the minimum version number in Task::Moose to 0.90 to deal with the removal of...
0.02
Chris Prather [Thu, 17 Sep 2009 23:02:34 +0000 (19:02 -0400)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
0d32981
..
1f40eff
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-6,7
+6,7
@@
name 'Task-Moose';
all_from 'lib/Task/Moose.pm';
license 'perl';
-requires 'Moose' => 0;
+requires 'Moose' => 0.90;
# Make Moose Stricter