0.04
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Item.pm
index af4bfd0..0364589 100644 (file)
@@ -1,7 +1,7 @@
 package Moose::Autobox::Item;     
 use Moose::Role 'requires';
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 requires 'defined';
 
@@ -11,7 +11,7 @@ sub dump {
     return Data::Dumper::Dumper($self);
 }
 
-*perl = *dump;
+*perl = \&dump;
 
 1;
 
@@ -67,7 +67,7 @@ Stevan Little E<lt>stevan@iinteractive.comE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2006 by Infinity Interactive, Inc.
+Copyright 2006-2007 by Infinity Interactive, Inc.
 
 L<http://www.iinteractive.com>