X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FAutobox%2FRef.pm;h=61cfffef0c970a2929b79d2145b390d53194c3a9;hb=c0ab09e353689f340e840f44b4158fc5a33790db;hp=843d081954fb9a6191ab055aa9092a402ea51b32;hpb=9b2ca73cb6e813fb041f5c013c38d115236976d9;p=gitmo%2FMoose-Autobox.git diff --git a/lib/Moose/Autobox/Ref.pm b/lib/Moose/Autobox/Ref.pm index 843d081..61cfffe 100644 --- a/lib/Moose/Autobox/Ref.pm +++ b/lib/Moose/Autobox/Ref.pm @@ -1,18 +1,10 @@ package Moose::Autobox::Ref; use Moose::Role 'with'; -our $VERSION = '0.02'; +our $VERSION = '0.10'; with 'Moose::Autobox::Defined'; -sub dump { - my $self = shift; - require Data::Dumper; - return Data::Dumper::Dumper($self); -} - -*perl = *dump; - 1; __END__ @@ -33,14 +25,6 @@ This is a role to describes a reference value. =item B -=item B - -Calls Data::Dumper::Dumper. - -=item B - -Same as B. For symmetry with Perl6's .perl method. - =back =head1 BUGS @@ -55,7 +39,7 @@ Stevan Little Estevan@iinteractive.comE =head1 COPYRIGHT AND LICENSE -Copyright 2006 by Infinity Interactive, Inc. +Copyright 2006-2008 by Infinity Interactive, Inc. L