X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FC3%2Fnext.pm;h=71daaf53013d86179139450b78ac3e003c6d0546;hb=b592ce6203e5fe7702dd6bd3da5990675893b7fe;hp=81e4ea32b3c0ff570f42da417fcfde1943f6e057;hpb=cd12aa46dd1bd1a30b9254651181d3cc707199b6;p=gitmo%2FClass-C3.git diff --git a/lib/Class/C3/next.pm b/lib/Class/C3/next.pm index 81e4ea3..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.27'; +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.24'; +our $VERSION = '0.30'; sub method { (next::method($_[0]) || return)->(@_) }