projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
870d0f1
)
Require CMOP 0.98
Dave Rolsky [Mon, 18 Jan 2010 04:21:46 +0000 (22:21 -0600)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
41c1b4f
..
585d3d5
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-13,7
+13,7
@@
all_from 'lib/Moose.pm';
license 'perl';
requires 'Carp';
-requires 'Class::MOP' => '0.97_01';
+requires 'Class::MOP' => '0.98';
requires 'Data::OptList' => '0';
requires 'List::MoreUtils' => '0.12';
requires 'Scalar::Util' => '1.19';