X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FAutobox%2FItem.pm;h=a80b9d248a66185858a39e9934330e376f4e9841;hb=8937074ab98e81964dee9ccf9bbd939ebf3252a0;hp=61cd9968a31c2d20f4c89f51b26ed6299ed114cd;hpb=252ab1a26175a028754adbe4589cd87bc5240ce6;p=gitmo%2FMoose-Autobox.git diff --git a/lib/Moose/Autobox/Item.pm b/lib/Moose/Autobox/Item.pm index 61cd996..a80b9d2 100644 --- a/lib/Moose/Autobox/Item.pm +++ b/lib/Moose/Autobox/Item.pm @@ -5,4 +5,58 @@ our $VERSION = '0.01'; requires 'defined'; -1; \ No newline at end of file +1; + +__END__ + +=pod + +=head1 NAME + +Moose::Autobox::Item - the Item role + +=head1 SYNOPOSIS + + use Moose::Autobox; + use autobox; + +=head1 DESCRIPTION + +This is the root of our role hierarchy. + +=head1 METHODS + +=over 4 + +=item B + +=back + +=head1 REQUIRED 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 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