summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-04-14 09:05:31 -0500
committerJesse Luehrs <doy@tozt.net>2011-04-14 09:05:31 -0500
commit9d99f3ccfd4b4aa83fa09d6beaa0589c01eecbda (patch)
tree7ff17d0b1e6443a67003bedc598481a3e1fcdb50
parent2c8aa354be1674a5af11699c52069c29be094b1c (diff)
downloadapp-termcast-9d99f3ccfd4b4aa83fa09d6beaa0589c01eecbda.tar.gz
app-termcast-9d99f3ccfd4b4aa83fa09d6beaa0589c01eecbda.zip
stop using the weaver template thing
-rw-r--r--lib/App/Termcast.pm36
-rw-r--r--weaver.ini8
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<MooseX::SimpleConfig> to make configuration easier.
+=head1 BUGS
+
+No known bugs.
+
+Please report any bugs through RT: email
+C<bug-app-termcast at rt.cpan.org>, or browse to
+L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-Termcast>.
+
=head1 SEE ALSO
L<http://termcast.org/>
+=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<http://annocpan.org/dist/App-Termcast>
+
+=item * CPAN Ratings
+
+L<http://cpanratings.perl.org/d/App-Termcast>
+
+=item * RT: CPAN's request tracker
+
+L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-Termcast>
+
+=item * Search CPAN
+
+L<http://search.cpan.org/dist/App-Termcast>
+
+=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]