From: Dave Rolsky Date: Thu, 11 Sep 2008 14:55:38 +0000 (+0000) Subject: Bump the version (so I can install it and start testing these changes X-Git-Tag: 0.66~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=113bc8596264542e470cd47b983f2b336bf6b237;p=gitmo%2FClass-MOP.git Bump the version (so I can install it and start testing these changes with Moose) --- diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index 70d8a39..e173d1c 100644 --- 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.65'; +our $VERSION = '0.66'; our $XS_VERSION = $VERSION; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';