From 0992f4ec5d71393517317327dd3164ad6b17a24c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 26 Aug 2010 21:42:24 -0500 Subject: stop using my pod weaver template things here --- lib/Package/Stash.pm | 43 +++++++++++++++++++++++++++++++++++++++++++ weaver.ini | 9 --------- 2 files changed, 43 insertions(+), 9 deletions(-) diff --git a/lib/Package/Stash.pm b/lib/Package/Stash.pm index f4c76ac..d81c96e 100644 --- a/lib/Package/Stash.pm +++ b/lib/Package/Stash.pm @@ -375,6 +375,14 @@ sub list_all_package_symbols { } } +=head1 BUGS + +No known bugs. + +Please report any bugs through RT: email +C, or browse to +L. + =head1 SEE ALSO =over 4 @@ -385,6 +393,41 @@ This module is a factoring out of code that used to live here =back +=head1 SUPPORT + +You can find this documentation for this module with the perldoc command. + + perldoc Package::Stash + +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 + +=head1 AUTHOR + +Jesse Luehrs + +Mostly copied from code from L, by Stevan Little and the +Moose Cabal. + =cut 1; diff --git a/weaver.ini b/weaver.ini index 31f851b..4525587 100644 --- a/weaver.ini +++ b/weaver.ini @@ -22,16 +22,7 @@ command = func [Region / postlude] -[Template / BUGS] -template = ~/.dzil/pod_templates/bugs.section -main_module_only = 1 - [Generic / SEEALSO] header = SEE ALSO -[Template / SUPPORT] -template = ~/.dzil/pod_templates/support.section -main_module_only = 1 - -[Authors] [Legal] -- cgit v1.2.3-54-g00ecf