X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Foose.pm;h=26da502cfae5fd4a73b2342abf86535d48d5e81f;hb=50e9d6a552711abf5b5e52e0f6d4d45d08de1045;hp=87dc5c05baf71a2a8e44e655a04847c67957e267;hpb=93cc8330c689c1eb92171550e5fabb628a8759a6;p=gitmo%2FMoose.git diff --git a/lib/oose.pm b/lib/oose.pm index 87dc5c0..26da502 100644 --- a/lib/oose.pm +++ b/lib/oose.pm @@ -5,7 +5,8 @@ use warnings; use Class::MOP; -our $VERSION = '0.54'; +our $VERSION = '0.60'; +$VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; BEGIN { @@ -48,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