X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Foose.pm;h=26da502cfae5fd4a73b2342abf86535d48d5e81f;hb=50e9d6a552711abf5b5e52e0f6d4d45d08de1045;hp=188c65974e1405c75a0964094af90477435095aa;hpb=1b2aea393ea1e336731ca6831f57e17615f769d9;p=gitmo%2FMoose.git diff --git a/lib/oose.pm b/lib/oose.pm index 188c659..26da502 100644 --- a/lib/oose.pm +++ b/lib/oose.pm @@ -3,9 +3,10 @@ package oose; use strict; use warnings; -use Class::MOP 0.56; +use Class::MOP; -our $VERSION = '0.04'; +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