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=25e1e5226d70fd8b95f304c825f6364a7d320eb2;hpb=97d515483413d7a64828d301be6f92b30c4da9a7;p=gitmo%2FClass-C3.git diff --git a/lib/Class/C3/next.pm b/lib/Class/C3/next.pm index 25e1e52..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.06'; +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.02'; +our $VERSION = '0.30'; 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.