projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
58f8511
)
minor thing left behind, lazy_build requires MOP 0.43
Guillermo Roditi [Mon, 29 Oct 2007 22:40:29 +0000 (22:40 +0000)]
lib/Moose.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose.pm
b/lib/Moose.pm
index
1747b9c
..
3f18cce
100644
(file)
--- a/
lib/Moose.pm
+++ b/
lib/Moose.pm
@@
-14,7
+14,7
@@
use B 'svref_2object';
use Sub::Exporter;
-use Class::MOP 0.39;
+use Class::MOP 0.43;
use Moose::Meta::Class;
use Moose::Meta::TypeConstraint;