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=a5221d687568de7c8c9d6747c7d737cc3188a08c;hpb=6cf5bcf23399cc82e234f91a2e78f262bf70eab1;p=gitmo%2FMoose-Autobox.git diff --git a/lib/Moose/Autobox/Ref.pm b/lib/Moose/Autobox/Ref.pm index a5221d6..065d97a 100644 --- a/lib/Moose/Autobox/Ref.pm +++ b/lib/Moose/Autobox/Ref.pm @@ -1,10 +1,49 @@ package Moose::Autobox::Ref; use Moose::Role 'with'; -our $VERSION = '0.01'; +our $VERSION = '0.14'; with 'Moose::Autobox::Defined'; +1; +__END__ -1; \ No newline at end of file +=pod + +=head1 NAME + +Moose::Autobox::Ref - the Ref role + +=head1 DESCRIPTION + +This is a role to describes a reference value. + +=head1 METHODS + +=over 4 + +=item B + +=back + +=head1 BUGS + +All complex software has bugs lurking in it, and this module is no +exception. If you find a bug please either email me, or add the bug +to cpan-RT. + +=head1 AUTHOR + +Stevan Little Estevan@iinteractive.comE + +=head1 COPYRIGHT AND LICENSE + +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