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 | |
parent | 3a0b9ea224b3edde6e980b73641afc664e01cda0 (diff) |
No need for perlthanks binary when perlbug -T will do.
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper1 | 1 | ||||
-rw-r--r-- | gnu/usr.bin/perl/utils.lst | 2 | ||||
-rw-r--r-- | gnu/usr.bin/perl/utils/perlbug.PL | 11 |
3 files changed, 5 insertions, 9 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper1 b/gnu/usr.bin/perl/Makefile.bsd-wrapper1 index 91ff9d8242f..c4f1a73c0fc 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper1 +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper1 @@ -14,7 +14,6 @@ POD2MAN= LD_LIBRARY_PATH=${.OBJDIR} ${.OBJDIR}/perl -I ${.OBJDIR}/lib \ MANLOCALBUILD= yes MLINKS= c2ph.1 pstruct.1 s2p.1 psed.1 perl5101delta.1 perldelta.1 \ - perlbug.1 perlthanks.1 \ Carp.3p carp.3p Carp.3p cluck.3p Carp.3p croak.3p \ Carp.3p confess.3p Carp.3p shortmess.3p Carp.3p longmess.3p \ Getopt::Std.3p getopt.3p Getopt::Std.3p getopts.3p \ diff --git a/gnu/usr.bin/perl/utils.lst b/gnu/usr.bin/perl/utils.lst index fec4ac94f22..6789dbef81c 100644 --- a/gnu/usr.bin/perl/utils.lst +++ b/gnu/usr.bin/perl/utils.lst @@ -15,7 +15,7 @@ utils/h2ph utils/h2xs utils/instmodsh utils/libnetcfg -utils/perlbug # link = utils/perlthanks +utils/perlbug utils/perldoc # pod = pod/perldoc.pod utils/perlivp utils/piconv 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 |