diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-02-26 09:46:57 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-02-26 09:46:57 +0000 |
commit | 03f3e794d79fbb3655a305de34b922dd4020d2ec (patch) | |
tree | ddc17321bd65183631965cdba81fc20125434f4b /pod/perlutil.pod | |
parent | 721e227587e663bfecde1337f7d0f687dfd7b9bb (diff) | |
download | perl-03f3e794d79fbb3655a305de34b922dd4020d2ec.tar.gz |
Document perlthanks
p4raw-id: //depot/perl@33372
Diffstat (limited to 'pod/perlutil.pod')
-rw-r--r-- | pod/perlutil.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perlutil.pod b/pod/perlutil.pod index 7d4c71266b..e67ec1c23e 100644 --- a/pod/perlutil.pod +++ b/pod/perlutil.pod @@ -164,6 +164,12 @@ itself or any of the standard library modules back to the developers; please read through the documentation for F<perlbug> thoroughly before using it to submit a bug report. +=item L<perlthanks|perlthanks> + +This program provides an easy way to send a thank-you message back to the +authors and maintainers of perl. It's just F<perlbug> installed under +another name. + =item L<h2ph|h2ph> Back before Perl had the XS system for connecting with C libraries, |