From: Graham Knop Date: Tue, 14 Apr 2015 04:50:06 +0000 (-0400) Subject: Bumping version to 0.28 X-Git-Tag: v0.28~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3.git;a=commitdiff_plain;h=7c436423a20e0751d51173f3d556dc3f2f4b7c72 Bumping version to 0.28 --- diff --git a/lib/Class/C3.pm b/lib/Class/C3.pm index b0cbc2c..c2a6463 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.27'; +our $VERSION = '0.28'; our $C3_IN_CORE; our $C3_XS; diff --git a/lib/Class/C3/next.pm b/lib/Class/C3/next.pm index 47d1d73..1f776c0 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.27'; +our $VERSION = '0.28'; our %METHOD_CACHE; @@ -66,7 +66,7 @@ use strict; use warnings; no warnings 'redefine'; # for 00load.t w/ core support -our $VERSION = '0.27'; +our $VERSION = '0.28'; sub method { (next::method($_[0]) || return)->(@_) }