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