From: Graham Knop Date: Thu, 15 Sep 2016 04:55:30 +0000 (-0400) Subject: Bumping version to 0.32 X-Git-Tag: v0.32~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3.git;a=commitdiff_plain;h=c1f2941f080e100e167055e30f22acd022daf2f5 Bumping version to 0.32 --- diff --git a/lib/Class/C3.pm b/lib/Class/C3.pm index 89995ef..d3681ea 100644 --- a/lib/Class/C3.pm +++ b/lib/Class/C3.pm @@ -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; diff --git a/lib/Class/C3/next.pm b/lib/Class/C3/next.pm index b49e333..efa93c5 100644 --- a/lib/Class/C3/next.pm +++ b/lib/Class/C3/next.pm @@ -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)->(@_) }