Bumping version to 0.30
Graham Knop [Mon, 19 Oct 2015 04:15:54 +0000 (00:15 -0400)]
lib/Class/C3.pm
lib/Class/C3/next.pm

index 70eb5e7..af70aaa 100644 (file)
@@ -4,7 +4,7 @@ package Class::C3;
 use strict;
 use warnings;
 
-our $VERSION = '0.29';
+our $VERSION = '0.30';
 
 our $C3_IN_CORE;
 our $C3_XS;
index f9d6c83..71daaf5 100644 (file)
@@ -7,7 +7,7 @@ no warnings 'redefine'; # for 00load.t w/ core support
 
 use Scalar::Util 'blessed';
 
-our $VERSION = '0.29';
+our $VERSION = '0.30';
 
 our %METHOD_CACHE;
 
@@ -66,7 +66,7 @@ use strict;
 use warnings;
 no warnings 'redefine'; # for 00load.t w/ core support
 
-our $VERSION = '0.29';
+our $VERSION = '0.30';
 
 sub method { (next::method($_[0]) || return)->(@_) }