X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Foose.pm;h=d32ade9087fcebda9e23d55f8ab7c7cbe4ce05cc;hb=7d93ec414e0d301292d89be61c5845152ab1b913;hp=ca6463a32a12bf4a650e32d42e97cb61a0b10550;hpb=fb4fcfee39263ca3983e28f840f38185282d4327;p=gitmo%2FMoose.git diff --git a/lib/oose.pm b/lib/oose.pm index ca6463a..d32ade9 100644 --- a/lib/oose.pm +++ b/lib/oose.pm @@ -5,7 +5,7 @@ use warnings; use Class::MOP; -our $VERSION = '0.57'; +our $VERSION = '0.65'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -49,7 +49,7 @@ perl -e'package Foo; use Moose; ...' was annoying me. =head1 INTERFACE -oose provides exactly one method and it's automically called by perl: +oose provides exactly one method and it's automatically called by perl: =over 4 @@ -79,7 +79,7 @@ Chris Prather C<< >> =head1 COPYRIGHT AND LICENSE -Copyright 2007-2008 by Infinity Interactive, Inc. +Copyright 2007-2009 by Infinity Interactive, Inc. L