X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FC3%2Fnext.pm;h=f9d6c83601f9ccb11eb872dae0d69750a557085b;hb=6398c84857df49a84aa2c11f33f79381445f41df;hp=1f776c0eda966c2ef3e27a9ed2a2b4c159a2f631;hpb=7c436423a20e0751d51173f3d556dc3f2f4b7c72;p=gitmo%2FClass-C3.git 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)->(@_) }