From 9d99f3ccfd4b4aa83fa09d6beaa0589c01eecbda Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 14 Apr 2011 09:05:31 -0500 Subject: stop using the weaver template thing --- lib/App/Termcast.pm | 36 ++++++++++++++++++++++++++++++++++++ weaver.ini | 8 ++------ 2 files changed, 38 insertions(+), 6 deletions(-) diff --git a/lib/App/Termcast.pm b/lib/App/Termcast.pm index d2fff29..c0804df 100644 --- a/lib/App/Termcast.pm +++ b/lib/App/Termcast.pm @@ -420,10 +420,46 @@ no Moose; Use L to make configuration easier. +=head1 BUGS + +No known bugs. + +Please report any bugs through RT: email +C, or browse to +L. + =head1 SEE ALSO L +=head1 SUPPORT + +You can find this documentation for this module with the perldoc command. + + perldoc App::Termcast + +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 + =cut 1; diff --git a/weaver.ini b/weaver.ini index 219a165..498b331 100644 --- a/weaver.ini +++ b/weaver.ini @@ -22,15 +22,11 @@ command = func [Region / postlude] -[Template / BUGS] -template = ~/.dzil/pod_templates/bugs.section -main_module_only = 1 +[Generic / BUGS] [SeeAlso] -[Template / SUPPORT] -template = ~/.dzil/pod_templates/support.section -main_module_only = 1 +[Generic / SUPPORT] [Authors] [Legal] -- cgit v1.2.3-54-g00ecf