summaryrefslogtreecommitdiffstats
path: root/dzil
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-12-19 00:03:44 -0600
committerJesse Luehrs <doy@tozt.net>2010-12-19 00:06:05 -0600
commit52f9a2f47c96b849b04b74e77268e63db697ff3e (patch)
treee3a2a4a0b1e969b3cd89362c28c0ca944ae3b512 /dzil
parent757344b6096c0824f8ec810ea92429e9f71aa9e2 (diff)
downloadconf-52f9a2f47c96b849b04b74e77268e63db697ff3e.tar.gz
conf-52f9a2f47c96b849b04b74e77268e63db697ff3e.zip
update dzil stuff
Diffstat (limited to 'dzil')
-rw-r--r--dzil/pod_templates/bugs.section5
-rw-r--r--dzil/pod_templates/support.section25
-rw-r--r--dzil/profiles/default/root/dist.ini2
-rw-r--r--dzil/profiles/default/root/weaver.ini8
4 files changed, 3 insertions, 37 deletions
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<bug-{{ lc($name) }} at rt.cpan.org>, or browse to
-L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue={{ $name }}>.
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<http://annocpan.org/dist/{{ $name }}>
-
-=item * CPAN Ratings
-
-L<http://cpanratings.perl.org/d/{{ $name }}>
-
-=item * RT: CPAN's request tracker
-
-L<http://rt.cpan.org/NoAuth/Bugs.html?Dist={{ $name }}>
-
-=item * Search CPAN
-
-L<http://search.cpan.org/dist/{{ $name }}>
-
-=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]