Bumping version to 0.32
Graham Knop [Thu, 15 Sep 2016 04:55:30 +0000 (00:55 -0400)]
lib/Class/C3.pm
lib/Class/C3/next.pm

index 89995ef..d3681ea 100644 (file)
@@ -4,7 +4,7 @@ package Class::C3;
 use strict;
 use warnings;
 
-our $VERSION = '0.31';
+our $VERSION = '0.32';
 
 our $C3_IN_CORE;
 our $C3_XS;
index b49e333..efa93c5 100644 (file)
@@ -7,7 +7,7 @@ no warnings 'redefine'; # for 00load.t w/ core support
 
 use Scalar::Util 'blessed';
 
-our $VERSION = '0.31';
+our $VERSION = '0.32';
 
 our %METHOD_CACHE;
 
@@ -66,7 +66,7 @@ use strict;
 use warnings;
 no warnings 'redefine'; # for 00load.t w/ core support
 
-our $VERSION = '0.31';
+our $VERSION = '0.32';
 
 sub method { (next::method($_[0]) || return)->(@_) }