projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
af1c321
)
Really require CMOP 1.05
Dave Rolsky [Wed, 18 Aug 2010 09:47:03 +0000 (11:47 +0200)]
lib/Moose.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose.pm
b/lib/Moose.pm
index
7ba9ab7
..
7f8dd94
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 0.94;
+use Class::MOP 1.05;
use Moose::Meta::Class;
use Moose::Meta::TypeConstraint;