From: Tomas Doran Date: Wed, 22 Oct 2008 19:54:01 +0000 (+0000) Subject: I'm about to do a Moose change which requires trunk here, so bump the version so... X-Git-Tag: 0.68~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b6dab99e30e03168312f4980288cf94b0ee4bc22;p=gitmo%2FClass-MOP.git I'm about to do a Moose change which requires trunk here, so bump the version so I can bump the dependency in Moose's Makefile.PL --- diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index b4cf30e..b0cbcb7 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.67'; +our $VERSION = '0.68'; our $XS_VERSION = $VERSION; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';