X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FC3%2Fnext.pm;h=47d1d7386994dd113a63d50009daf6e830e21b9a;hb=0a012dafcf69644595aecea485b0bcdda8117ef3;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..47d1d73 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.27'; 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.27'; sub method { (next::method($_[0]) || return)->(@_) }