X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FAutobox%2FRef.pm;h=579f4cc0fe16cb102c2a32093e5dfbceba79046c;hb=3f4dd8b74b711eefe941a391a327389fb05abf7f;hp=f4e397d388bbab122b1e0b83038c2604fb33e390;hpb=f6e003cc1ce0661451c5334ecbc044121cda2439;p=gitmo%2FMoose-Autobox.git diff --git a/lib/Moose/Autobox/Ref.pm b/lib/Moose/Autobox/Ref.pm index f4e397d..579f4cc 100644 --- a/lib/Moose/Autobox/Ref.pm +++ b/lib/Moose/Autobox/Ref.pm @@ -5,12 +5,6 @@ our $VERSION = '0.02'; 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 -=item B - =back =head1 BUGS @@ -54,4 +46,4 @@ L 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