bump version
[gitmo/Class-C3.git] / lib / Class / C3 / next.pm
index ae7b38e..81e4ea3 100644 (file)
@@ -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<Class::C3> 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<next::method>, C<next::can>, and
 C<maybe::next::method> in pure perl.