projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b8e4461
)
Also bump version in Moose.pm, as pointed out by autarch - cheers
Tomas Doran [Wed, 22 Oct 2008 20:05:28 +0000 (20:05 +0000)]
lib/Moose.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose.pm
b/lib/Moose.pm
index
d5504bc
..
f41ac02
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.67;
+use Class::MOP 0.68;
use Moose::Meta::Class;
use Moose::Meta::TypeConstraint;