X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FC3%2Fnext.pm;h=81e4ea32b3c0ff570f42da417fcfde1943f6e057;hb=cd12aa46dd1bd1a30b9254651181d3cc707199b6;hp=ae7b38ed8b7045baa6cb79f94e588b91620fbb6f;hpb=10d61eda6b8d59b2183b783da40608b0c6afe175;p=gitmo%2FClass-C3.git diff --git a/lib/Class/C3/next.pm b/lib/Class/C3/next.pm index ae7b38e..81e4ea3 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.23'; +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.02'; +our $VERSION = '0.24'; sub method { (next::method($_[0]) || return)->(@_) } @@ -83,7 +83,7 @@ Class::C3::next - Pure-perl next::method and friends =head1 DESCRIPTION This module is used internally by L when -neccesary, and shouldn't be used (or required in +necessary, and shouldn't be used (or required in distribution dependencies) directly. It defines C, C, and C in pure perl.