X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FApplication%2FToClass.pm;h=3a7099a6f6a4579e91fbfc42f9689a5b858623ff;hb=a3319906531cef2b41a87138e75461ced7a3394b;hp=ce1f44598cc6955aaadea2dc3c27146c143473c8;hpb=f3e76c8febfc574afaaabd20d06507ed1517086f;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Application/ToClass.pm b/lib/Moose/Meta/Role/Application/ToClass.pm index ce1f445..3a7099a 100644 --- a/lib/Moose/Meta/Role/Application/ToClass.pm +++ b/lib/Moose/Meta/Role/Application/ToClass.pm @@ -7,7 +7,7 @@ use metaclass; use Moose::Util 'english_list'; use Scalar::Util 'blessed'; -our $VERSION = '0.64'; +our $VERSION = '0.73_01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -108,7 +108,7 @@ sub apply_methods { next; } else { - # add it, although it could be overriden + # add it, although it could be overridden $class->add_method( $method_name, $role->get_method($method_name) @@ -218,7 +218,7 @@ Stevan Little Estevan@iinteractive.comE =head1 COPYRIGHT AND LICENSE -Copyright 2006-2008 by Infinity Interactive, Inc. +Copyright 2006-2009 by Infinity Interactive, Inc. L