projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6dd4918
)
Depend on Class::MOP 1.01 for the load_class($class, $options) feature.
Florian Ragwitz [Thu, 6 May 2010 00:12:04 +0000 (
02:12
+0200)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
324a455
..
09db26c
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.98';
+requires 'Class::MOP' => '1.01';
requires 'Data::OptList' => '0';
requires 'List::MoreUtils' => '0.12';
requires 'Scalar::Util' => '1.19';