bump versions, make them match
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Value.pm
index de5a0aa..cc4d36a 100644 (file)
@@ -1,7 +1,7 @@
 package Moose::Autobox::Value;     
 use Moose::Role 'with';
 
-our $VERSION = '0.01';
+our $VERSION = '0.09';
 
 with 'Moose::Autobox::Defined';
 
@@ -23,7 +23,6 @@ Moose::Autobox::Value - the Value role
 =head1 SYNOPOSIS
 
   use Moose::Autobox;
-  use autobox;
   
   # execute a sub on the value
   print 10->do(sub { $_ * $_ }); # prints 100
@@ -54,7 +53,7 @@ Stevan Little E<lt>stevan@iinteractive.comE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2006 by Infinity Interactive, Inc.
+Copyright 2006-2008 by Infinity Interactive, Inc.
 
 L<http://www.iinteractive.com>