diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2009-10-13 16:46:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2009-10-13 16:46:06 +0000 |
commit | d2f318adb0f82a72047e153412e26ed0b7942b4e (patch) | |
tree | 09bd5838d2f957aec3d356a4b8f006849fca8fdf /gnu/usr.bin/perl/utils/perlbug.PL | |
parent | 3a0b9ea224b3edde6e980b73641afc664e01cda0 (diff) |
No need for perlthanks binary when perlbug -T will do.
Diffstat (limited to 'gnu/usr.bin/perl/utils/perlbug.PL')
-rw-r--r-- | gnu/usr.bin/perl/utils/perlbug.PL | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gnu/usr.bin/perl/utils/perlbug.PL b/gnu/usr.bin/perl/utils/perlbug.PL index 8d02a8bfaeb..8be97b962bc 100644 --- a/gnu/usr.bin/perl/utils/perlbug.PL +++ b/gnu/usr.bin/perl/utils/perlbug.PL @@ -404,15 +404,14 @@ sub Query { This program provides an easy way to send a thank-you message back to the authors and maintainers of perl. -If you wish to submit a bug report, please run it without the -T flag -(or run the program perlbug rather than perlthanks) +If you wish to submit a bug report, please run it without the -T flag. EOF } else { paraprint <<"EOF"; This program provides an easy way to create a message reporting a bug in the core perl distribution (along with tests or patches) to the volunteers who maintain perl at $address. To send a thank-you -note to $thanksaddress instead of a bug report, please run 'perlthanks'. +note to $thanksaddress instead of a bug report, please use the -T flag. Please do not use $0 to send test messages, test whether perl works, or to report bugs in perl modules from CPAN. @@ -1223,8 +1222,6 @@ S<[ B<-S> ]> S<[ B<-t> ]> S<[ B<-d> ]> S<[ B<-A> ]> S<[ B<-h> ]> S<[ B<-T> ]> B<perlbug> S<[ B<-v> ]> S<[ B<-r> I<returnaddress> ]> S<[ B<-A> ]> S<[ B<-ok> | B<-okay> | B<-nok> | B<-nokay> ]> -B<perlthanks> - =head1 DESCRIPTION @@ -1377,8 +1374,8 @@ description of what's wrong is fine. =item Can you use C<perlbug> to submit a thank-you note? -Yes, you can do this by either using the C<-T> option, or by invoking -the program as C<perlthanks>. Thank-you notes are good. It makes people +Yes, you can do this by either using the C<-T> option. +Thank-you notes are good. It makes people smile. =back |