From 52f9a2f47c96b849b04b74e77268e63db697ff3e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 19 Dec 2010 00:03:44 -0600 Subject: update dzil stuff --- dzil/pod_templates/bugs.section | 5 ----- dzil/pod_templates/support.section | 25 ------------------------- dzil/profiles/default/root/dist.ini | 2 +- dzil/profiles/default/root/weaver.ini | 8 ++------ 4 files changed, 3 insertions(+), 37 deletions(-) delete mode 100644 dzil/pod_templates/bugs.section delete mode 100644 dzil/pod_templates/support.section (limited to 'dzil') diff --git a/dzil/pod_templates/bugs.section b/dzil/pod_templates/bugs.section deleted file mode 100644 index c633fe4..0000000 --- a/dzil/pod_templates/bugs.section +++ /dev/null @@ -1,5 +0,0 @@ -No known bugs. - -Please report any bugs through RT: email -C, or browse to -L. diff --git a/dzil/pod_templates/support.section b/dzil/pod_templates/support.section deleted file mode 100644 index 1f4c42b..0000000 --- a/dzil/pod_templates/support.section +++ /dev/null @@ -1,25 +0,0 @@ -You can find this documentation for this module with the perldoc command. - - perldoc {{ $main_module_name }} - -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 diff --git a/dzil/profiles/default/root/dist.ini b/dzil/profiles/default/root/dist.ini index 87a7235..08e007b 100644 --- a/dzil/profiles/default/root/dist.ini +++ b/dzil/profiles/default/root/dist.ini @@ -6,4 +6,4 @@ copyright_holder = Jesse Luehrs [@DOY] dist = {{ $dist->name }} -[Prereq] +[Prereqs] diff --git a/dzil/profiles/default/root/weaver.ini b/dzil/profiles/default/root/weaver.ini index 219a165..498b331 100644 --- a/dzil/profiles/default/root/weaver.ini +++ b/dzil/profiles/default/root/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