Increase $version::VERSION to 0.99
authorFather Chrysostomos <sprout@cpan.org>
Fri, 27 Apr 2012 16:43:07 +0000 (09:43 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 27 Apr 2012 16:43:07 +0000 (09:43 -0700)
What we have in blead right now matches that CPAN release, so this
version bump *must* happen before 5.16.

lib/version.pm

index 3d3af10..3fcc5aa 100644 (file)
@@ -6,7 +6,7 @@ use strict;
 
 use vars qw(@ISA $VERSION $CLASS $STRICT $LAX *declare *qv);
 
-$VERSION = 0.97;
+$VERSION = 0.99;
 
 $CLASS = 'version';