projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5f3efd6
)
Bump the version on Class::MOP so I can run Moose's Makefile.PL
Shawn M Moore [Sat, 17 May 2008 20:39:47 +0000 (20:39 +0000)]
lib/Class/MOP.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/MOP.pm
b/lib/Class/MOP.pm
index
f44f17a
..
db6e3a7
100644
(file)
--- a/
lib/Class/MOP.pm
+++ b/
lib/Class/MOP.pm
@@
-16,7
+16,7
@@
use Class::MOP::Method;
use Class::MOP::Immutable;
BEGIN {
- our $VERSION = '0.55';
+ our $VERSION = '0.56';
our $AUTHORITY = 'cpan:STEVAN';
use XSLoader;