From: Graham Knop Date: Sun, 18 Oct 2015 14:56:32 +0000 (-0400) Subject: Bumping version to 0.29 X-Git-Tag: v0.29~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3.git;a=commitdiff_plain;h=6398c84857df49a84aa2c11f33f79381445f41df Bumping version to 0.29 --- diff --git a/lib/Class/C3.pm b/lib/Class/C3.pm index c2a6463..70eb5e7 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.28'; +our $VERSION = '0.29'; our $C3_IN_CORE; our $C3_XS; diff --git a/lib/Class/C3/next.pm b/lib/Class/C3/next.pm index 1f776c0..f9d6c83 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.28'; +our $VERSION = '0.29'; our %METHOD_CACHE; @@ -66,7 +66,7 @@ use strict; use warnings; no warnings 'redefine'; # for 00load.t w/ core support -our $VERSION = '0.28'; +our $VERSION = '0.29'; sub method { (next::method($_[0]) || return)->(@_) }