From: Graham Knop Date: Tue, 14 Apr 2015 04:48:44 +0000 (-0400) Subject: fix maybe::next version X-Git-Tag: v0.28~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3.git;a=commitdiff_plain;h=0a012dafcf69644595aecea485b0bcdda8117ef3 fix maybe::next version --- diff --git a/lib/Class/C3/next.pm b/lib/Class/C3/next.pm index 81e4ea3..47d1d73 100644 --- a/lib/Class/C3/next.pm +++ b/lib/Class/C3/next.pm @@ -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)->(@_) }