From: Dave Rolsky Date: Mon, 15 Jun 2009 15:27:04 +0000 (-0500) Subject: Undo dylan's version bump (either do it everywhere at once or don't do X-Git-Tag: 0.86~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=27573a817ad3b5dc145c68a43fba7e3550c99a9a;p=gitmo%2FClass-MOP.git Undo dylan's version bump (either do it everywhere at once or don't do it at all) --- diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index 8e8136b..e2f2bf6 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -29,7 +29,7 @@ BEGIN { *check_package_cache_flag = \&mro::get_pkg_gen; } -our $VERSION = '0.86'; +our $VERSION = '0.85'; our $XS_VERSION = $VERSION; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';