summaryrefslogtreecommitdiffstats
path: root/lib
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 /lib
parent2c8aa354be1674a5af11699c52069c29be094b1c (diff)
downloadapp-termcast-9d99f3ccfd4b4aa83fa09d6beaa0589c01eecbda.tar.gz
app-termcast-9d99f3ccfd4b4aa83fa09d6beaa0589c01eecbda.zip
stop using the weaver template thing
Diffstat (limited to 'lib')
-rw-r--r--lib/App/Termcast.pm36
1 files changed, 36 insertions, 0 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;