bump version
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Ref.pm
index 78ae17d..065d97a 100644 (file)
@@ -1,16 +1,10 @@
 package Moose::Autobox::Ref;     
 use Moose::Role 'with';
 
-our $VERSION = '0.01';
+our $VERSION = '0.14';
 
 with 'Moose::Autobox::Defined';
 
-sub dump {
-    my $self = shift;
-    require Data::Dumper;
-    return Data::Dumper::Dumper($self);
-}
-
 1;
 
 __END__
@@ -31,8 +25,6 @@ This is a role to describes a reference value.
 
 =item B<meta>
 
-=item B<dump>
-
 =back
 
 =head1 BUGS
@@ -47,11 +39,11 @@ 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>
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 
-=cut
\ No newline at end of file
+=cut