projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
53da0e2
)
Really require the next CMOP
Dave Rolsky [Mon, 6 Oct 2008 23:03:11 +0000 (23:03 +0000)]
lib/Moose.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose.pm
b/lib/Moose.pm
index
62f2067
..
e792bb1
100644
(file)
--- a/
lib/Moose.pm
+++ b/
lib/Moose.pm
@@
-15,7
+15,7
@@
use Carp 'confess', 'croak', 'cluck';
use Moose::Exporter;
-use Class::MOP 0.65;
+use Class::MOP 0.67;
use Moose::Meta::Class;
use Moose::Meta::TypeConstraint;