projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b60e6c8
)
Actually require CMOP 0.83 in code, not just the Makefile.PL
Dave Rolsky [Mon, 4 May 2009 16:38:56 +0000 (11:38 -0500)]
lib/Moose.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose.pm
b/lib/Moose.pm
index
942fea9
..
ac374a9
100644
(file)
--- a/
lib/Moose.pm
+++ b/
lib/Moose.pm
@@
-12,7
+12,7
@@
use Carp 'confess';
use Moose::Exporter;
-use Class::MOP 0.82_01;
+use Class::MOP 0.83;
use Moose::Meta::Class;
use Moose::Meta::TypeConstraint;