From: Graham Knop Date: Mon, 19 Oct 2015 04:15:54 +0000 (-0400) Subject: Bumping version to 0.30 X-Git-Tag: v0.30~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b592ce6203e5fe7702dd6bd3da5990675893b7fe;p=gitmo%2FClass-C3.git Bumping version to 0.30 --- diff --git a/lib/Class/C3.pm b/lib/Class/C3.pm index 70eb5e7..af70aaa 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.29'; +our $VERSION = '0.30'; our $C3_IN_CORE; our $C3_XS; diff --git a/lib/Class/C3/next.pm b/lib/Class/C3/next.pm index f9d6c83..71daaf5 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.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)->(@_) }