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=45c0e124e0f60ddafa232eea4ffd96f0f39d3251;hpb=0382e71fc96c15e00877b9777e7df38d58ed8e3d;p=gitmo%2FClass-C3.git diff --git a/lib/Class/C3/next.pm b/lib/Class/C3/next.pm index 45c0e12..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.24'; +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.24'; +our $VERSION = '0.29'; sub method { (next::method($_[0]) || return)->(@_) }