From: Shawn M Moore Date: Sun, 14 Jun 2009 19:08:11 +0000 (-0400) Subject: Satisfy POD coverage :[ X-Git-Tag: 0.19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0fdb3a2520844260b414d1690f1294f2bf8aaa8c;hp=4a0da5ad53122b59937c3ed68260422a74b7e2be;p=gitmo%2FMooseX-AttributeHelpers.git Satisfy POD coverage :[ --- diff --git a/lib/MooseX/AttributeHelpers/Bool.pm b/lib/MooseX/AttributeHelpers/Bool.pm index 502aced..cb0d91b 100644 --- a/lib/MooseX/AttributeHelpers/Bool.pm +++ b/lib/MooseX/AttributeHelpers/Bool.pm @@ -16,3 +16,55 @@ package # hide me from search.cpan.org sub register_implementation { 'MooseX::AttributeHelpers::Bool' } 1; + +__END__ + +=pod + +=head1 NAME + +MooseX::AttributeHelpers::Bool + +=head1 METHODS + +=over 4 + +=item B + +=item B + +=item B + +=item B + +=item B + +Run before its superclass method. + +=item B + +Run after its superclass method. + +=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 + diff --git a/lib/MooseX/AttributeHelpers/Counter.pm b/lib/MooseX/AttributeHelpers/Counter.pm index ce79b81..b5ded30 100644 --- a/lib/MooseX/AttributeHelpers/Counter.pm +++ b/lib/MooseX/AttributeHelpers/Counter.pm @@ -17,3 +17,55 @@ package # hide me from search.cpan.org sub register_implementation { 'MooseX::AttributeHelpers::Counter' } 1; + +__END__ + +=pod + +=head1 NAME + +MooseX::AttributeHelpers::Counter + +=head1 METHODS + +=over 4 + +=item B + +=item B + +=item B + +=item B + +=item B + +Run before its superclass method. + +=item B + +Run after its superclass method. + +=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 +