summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-02-09 21:04:35 -0600
committerJesse Luehrs <doy@tozt.net>2011-02-09 21:11:57 -0600
commit0d19b07f5f804eb04271a42215797f1f6d60b72d (patch)
tree78f7ce0ae1d2016f8ec042e9a4ba792852bc2690
parent22ce8b503287a9a55164f097279b00ab2714df86 (diff)
downloadmoosex-nonmoose-0d19b07f5f804eb04271a42215797f1f6d60b72d.tar.gz
moosex-nonmoose-0d19b07f5f804eb04271a42215797f1f6d60b72d.zip
fix pod-weaver stuff0.18
-rw-r--r--lib/MooseX/NonMoose.pm34
-rw-r--r--weaver.ini8
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<bug-moosex-nonmoose at rt.cpan.org>, or browse to
+L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=MooseX-NonMoose>.
+
=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<http://annocpan.org/dist/MooseX-NonMoose>
+
+=item * CPAN Ratings
+
+L<http://cpanratings.perl.org/d/MooseX-NonMoose>
+
+=item * RT: CPAN's request tracker
+
+L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-NonMoose>
+
+=item * Search CPAN
+
+L<http://search.cpan.org/dist/MooseX-NonMoose>
+
+=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]