X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FAutobox%2FRef.pm;h=77570c30e3a9ed2f4638e63a4fd9ec6141665e73;hb=ea4e64bf393378b8e16896f6618a98fda24cb2fc;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..77570c3 100644 --- a/lib/Moose/Autobox/Ref.pm +++ b/lib/Moose/Autobox/Ref.pm @@ -1,7 +1,7 @@ package Moose::Autobox::Ref; use Moose::Role 'with'; -our $VERSION = '0.01'; +our $VERSION = '0.03'; with 'Moose::Autobox::Defined'; @@ -15,12 +15,17 @@ __END__ Moose::Autobox::Ref - the Ref role -=head1 SYNOPOSIS +=head1 DESCRIPTION - use Moose::Autobox; - use autobox; +This is a role to describes a reference value. -=head1 DESCRIPTION +=head1 METHODS + +=over 4 + +=item B + +=back =head1 BUGS @@ -34,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