projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bd5672f
)
Bump version number as Moose needs trunk MOP (r6678)
Tomas Doran [Wed, 26 Nov 2008 17:35:40 +0000 (17:35 +0000)]
lib/Class/MOP.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/MOP.pm
b/lib/Class/MOP.pm
index
a72de08
..
819aa60
100644
(file)
--- a/
lib/Class/MOP.pm
+++ b/
lib/Class/MOP.pm
@@
-31,7
+31,7
@@
BEGIN {
*check_package_cache_flag = \&mro::get_pkg_gen;
}
-our $VERSION = '0.70_01';
+our $VERSION = '0.71';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
our $AUTHORITY = 'cpan:STEVAN';