bump version to 0.63
[gitmo/Moose.git] / lib / oose.pm
index 5d02aee..836eb4f 100644 (file)
@@ -5,7 +5,8 @@ use warnings;
 
 use Class::MOP;
 
-our $VERSION   = '0.50';
+our $VERSION   = '0.63';
+$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