From 0d19b07f5f804eb04271a42215797f1f6d60b72d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 9 Feb 2011 21:04:35 -0600 Subject: fix pod-weaver stuff --- lib/MooseX/NonMoose.pm | 34 +++++++++++++++++++++++++++++++++- weaver.ini | 8 ++------ 2 files changed, 35 insertions(+), 7 deletions(-) diff --git a/lib/MooseX/NonMoose.pm b/lib/MooseX/NonMoose.pm index ca10edc..dd66b92 100644 --- a/lib/MooseX/NonMoose.pm +++ b/lib/MooseX/NonMoose.pm @@ -89,7 +89,7 @@ sub init_meta { =back -=head1 CAVEATS +=head1 BUGS/CAVEATS =over 4 @@ -112,6 +112,10 @@ in the future. =back +Please report any bugs through RT: email +C, or browse to +L. + =head1 SEE ALSO =over 4 @@ -125,6 +129,34 @@ implementation. =back +=head1 SUPPORT + +You can find this documentation for this module with the perldoc command. + + perldoc MooseX::NonMoose + +You can also look for information at: + +=over 4 + +=item * AnnoCPAN: Annotated CPAN documentation + +L + +=item * CPAN Ratings + +L + +=item * RT: CPAN's request tracker + +L + +=item * Search CPAN + +L + +=back + =begin Pod::Coverage init_meta diff --git a/weaver.ini b/weaver.ini index 31f851b..c1382a5 100644 --- a/weaver.ini +++ b/weaver.ini @@ -22,16 +22,12 @@ command = func [Region / postlude] -[Template / BUGS] -template = ~/.dzil/pod_templates/bugs.section -main_module_only = 1 +[Generic / BUGS] [Generic / SEEALSO] header = SEE ALSO -[Template / SUPPORT] -template = ~/.dzil/pod_templates/support.section -main_module_only = 1 +[Generic / SUPPORT] [Authors] [Legal] -- cgit v1.2.3-54-g00ecf