summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-09-04 12:06:36 -0500
committerJesse Luehrs <doy@tozt.net>2011-09-04 12:08:13 -0500
commitb2cd893cc3e350523f43202529af04deb9a4bb76 (patch)
treec7603f66094257668ef17f4a191087b52ff4b670
parenteb5e964b49b7917a688883593c76d4a65c8fb524 (diff)
downloadcarp-always-color-b2cd893cc3e350523f43202529af04deb9a4bb76.tar.gz
carp-always-color-b2cd893cc3e350523f43202529af04deb9a4bb76.zip
stop using [Section::Template]
-rw-r--r--lib/Carp/Always/Color.pm36
-rw-r--r--weaver.ini8
2 files changed, 38 insertions, 6 deletions
diff --git a/lib/Carp/Always/Color.pm b/lib/Carp/Always/Color.pm
index a482001..8fecff6 100644
--- a/lib/Carp/Always/Color.pm
+++ b/lib/Carp/Always/Color.pm
@@ -29,10 +29,46 @@ messages are being sent to a terminal, it colors them with terminal escape
codes, otherwise it colors them with HTML (ideas for more intelligent behavior
here are welcome).
+=head1 BUGS
+
+No known bugs.
+
+Please report any bugs through RT: email
+C<bug-carp-always-color at rt.cpan.org>, or browse to
+L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Carp-Always-Color>.
+
=head1 SEE ALSO
L<Carp::Always>
+=head1 SUPPORT
+
+You can find this documentation for this module with the perldoc command.
+
+ perldoc Carp::Always::Color
+
+You can also look for information at:
+
+=over 4
+
+=item * AnnoCPAN: Annotated CPAN documentation
+
+L<http://annocpan.org/dist/Carp-Always-Color>
+
+=item * CPAN Ratings
+
+L<http://cpanratings.perl.org/d/Carp-Always-Color>
+
+=item * RT: CPAN's request tracker
+
+L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Carp-Always-Color>
+
+=item * Search CPAN
+
+L<http://search.cpan.org/dist/Carp-Always-Color>
+
+=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]