X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Foose.pm;h=26da502cfae5fd4a73b2342abf86535d48d5e81f;hb=50e9d6a552711abf5b5e52e0f6d4d45d08de1045;hp=54c0535623902934b04de4ded2a3e81dbbbed07a;hpb=3d24a30e079d69e9f605c0c98c8041dcb3119a62;p=gitmo%2FMoose.git diff --git a/lib/oose.pm b/lib/oose.pm index 54c0535..26da502 100644 --- a/lib/oose.pm +++ b/lib/oose.pm @@ -5,7 +5,7 @@ use warnings; use Class::MOP; -our $VERSION = '0.56'; +our $VERSION = '0.60'; $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