bump version and update Changes for release
[gitmo/Moose.git] / lib / oose.pm
index 26da502..9ed6521 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use Class::MOP;
 
-our $VERSION   = '0.60';
+our $VERSION   = '0.72';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -45,7 +45,7 @@ oose - syntactic sugar to make Moose one-liners easier
 
 oose.pm is a simple source filter that adds C<package $name; use Moose;> 
 to the beginning of your script and was entirely created because typing 
-perl -e'package Foo; use Moose; ...' was annoying me.
+C<perl -e'package Foo; use Moose; ...'> was annoying me.
 
 =head1 INTERFACE 
 
@@ -79,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>