projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e7063e5
)
Really require CMOP 1.09
Dave Rolsky [Mon, 27 Sep 2010 01:00:22 +0000 (20:00 -0500)]
lib/Moose.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose.pm
b/lib/Moose.pm
index
e80b523
..
a138bd9
100644
(file)
--- a/
lib/Moose.pm
+++ b/
lib/Moose.pm
@@
-14,7
+14,7
@@
use Carp 'confess';
use Moose::Deprecated;
use Moose::Exporter;
-use Class::MOP 1.08;
+use Class::MOP 1.09;
use Moose::Meta::Class;
use Moose::Meta::TypeConstraint;