X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FCounter.pm;h=b5ded3040b6147feb3d6d0f56777a788bc650c6d;hb=0fdb3a2520844260b414d1690f1294f2bf8aaa8c;hp=ce79b81ce19d9d705161ff9366e79d2aa1876102;hpb=4a0da5ad53122b59937c3ed68260422a74b7e2be;p=gitmo%2FMooseX-AttributeHelpers.git 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 +