X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Foose.pm;h=ea71bb909b80125a5d00f323d8776942eb4b473c;hb=refs%2Ftags%2F0.66;hp=88f6f375a9bdf1c6c97d5207180df5133b017240;hpb=0addec446871510f6deebd58a52245e33746384c;p=gitmo%2FMoose.git diff --git a/lib/oose.pm b/lib/oose.pm index 88f6f37..ea71bb9 100644 --- a/lib/oose.pm +++ b/lib/oose.pm @@ -5,7 +5,8 @@ use warnings; use Class::MOP; -our $VERSION = '0.04'; +our $VERSION = '0.66'; +$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 @@ -78,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