X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FMeta%2FMethod%2FProvided.pm;h=48fc73516f871d778fe7a1e32ee29d35ea7f811a;hb=fda444e70db8fa4a13c1a24dda315b506d45b839;hp=78fa8174c258aaccedc96570178283b2a5f0654d;hpb=8f7951c9a2ef1fb01d8e04e277df1099102fedf8;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm b/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm index 78fa817..48fc735 100644 --- a/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm +++ b/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm @@ -2,6 +2,10 @@ package MooseX::AttributeHelpers::Meta::Method::Provided; use Moose; +our $VERSION = '0.20'; +$VERSION = eval $VERSION; +our $AUTHORITY = 'cpan:STEVAN'; + extends 'Moose::Meta::Method'; 1; @@ -10,4 +14,39 @@ __END__ =pod -=cut \ No newline at end of file +=head1 NAME + +MooseX::AttributeHelpers::Meta::Method::Provided + +=head1 DESCRIPTION + +This is an extension of Moose::Meta::Method to mark I methods. + +=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 2007-2009 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