bump version and update changes for next release
[gitmo/Moose.git] / lib / oose.pm
index 188c659..e1c2a21 100644 (file)
@@ -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.67';
+$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<< <perigrin@cpan.org> >>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2007-2008 by Infinity Interactive, Inc.
+Copyright 2007-2009 by Infinity Interactive, Inc.
 
 L<http://www.iinteractive.com>