bump version and update changes for next release
[gitmo/Moose.git] / lib / oose.pm
index b54e591..e1c2a21 100644 (file)
@@ -1,10 +1,12 @@
 package oose;
+
 use strict;
 use warnings;
 
 use Class::MOP;
 
-our $VERSION   = '0.03';
+our $VERSION   = '0.67';
+$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 BEGIN {
@@ -47,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
 
@@ -77,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>