X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FAutobox%2FRef.pm;h=065d97a8ee2630716ec7b3845a7119c20e8773b6;hb=5efb68850fc9b03ac65edb4cc3debc14d1050bdd;hp=78ae17db1dcfcf41d6d63debfe64a505203c4371;hpb=7fc998644d73be4152b086ab705cf77e53ce8ed5;p=gitmo%2FMoose-Autobox.git diff --git a/lib/Moose/Autobox/Ref.pm b/lib/Moose/Autobox/Ref.pm index 78ae17d..065d97a 100644 --- a/lib/Moose/Autobox/Ref.pm +++ b/lib/Moose/Autobox/Ref.pm @@ -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 -=item B - =back =head1 BUGS @@ -47,11 +39,11 @@ Stevan Little Estevan@iinteractive.comE =head1 COPYRIGHT AND LICENSE -Copyright 2006 by Infinity Interactive, Inc. +Copyright 2006-2008 by Infinity Interactive, Inc. 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