X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FAutobox%2FRef.pm;h=78ae17db1dcfcf41d6d63debfe64a505203c4371;hb=7fc998644d73be4152b086ab705cf77e53ce8ed5;hp=f4a25625ef3511e3e4fd1d04d3d1ae8a9031480a;hpb=31d40d7362f4154746428525561af751208b0805;p=gitmo%2FMoose-Autobox.git diff --git a/lib/Moose/Autobox/Ref.pm b/lib/Moose/Autobox/Ref.pm index f4a2562..78ae17d 100644 --- a/lib/Moose/Autobox/Ref.pm +++ b/lib/Moose/Autobox/Ref.pm @@ -5,6 +5,12 @@ our $VERSION = '0.01'; with 'Moose::Autobox::Defined'; +sub dump { + my $self = shift; + require Data::Dumper; + return Data::Dumper::Dumper($self); +} + 1; __END__ @@ -15,12 +21,19 @@ __END__ Moose::Autobox::Ref - the Ref role -=head1 SYNOPOSIS +=head1 DESCRIPTION + +This is a role to describes a reference value. - use Moose::Autobox; - use autobox; +=head1 METHODS -=head1 DESCRIPTION +=over 4 + +=item B + +=item B + +=back =head1 BUGS