From 985dc10ab33c95586dcbba902505c7460cbcf5e3 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Fri, 19 Dec 2008 21:07:35 -0600 Subject: Subject: [perl #61418] perlthanks isn't documented in perlthanks From: Abigail (via RT) Date: Tue, 16 Dec 2008 13:09:56 -0800 Message-ID: --- utils/perlbug.PL | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/perlbug.PL b/utils/perlbug.PL index c86478a5e7..97cf0c85d7 100644 --- a/utils/perlbug.PL +++ b/utils/perlbug.PL @@ -1216,11 +1216,13 @@ B S<[ B<-v> ]> S<[ B<-a> I
]> S<[ B<-s> I ]> S<[ B<-b> I | B<-f> I ]> S<[ B<-F> I ]> S<[ B<-r> I ]> S<[ B<-e> I ]> S<[ B<-c> I | B<-C> ]> -S<[ B<-S> ]> S<[ B<-t> ]> S<[ B<-d> ]> S<[ B<-A> ]> S<[ B<-h> ]> +S<[ B<-S> ]> S<[ B<-t> ]> S<[ B<-d> ]> S<[ B<-A> ]> S<[ B<-h> ]> S<[ B<-T> ]> B S<[ B<-v> ]> S<[ B<-r> I ]> S<[ B<-A> ]> S<[ B<-ok> | B<-okay> | B<-nok> | B<-nokay> ]> +B + =head1 DESCRIPTION @@ -1301,7 +1303,7 @@ L. =item Do you have a proper test case? The easier it is to reproduce your bug, the more likely it will be -fixed -- if nobody can duplicate your problem, it probably won't be +fixed -- if nobody can duplicate your problem, it probably won't be addressed. A good test case has most of these attributes: short, simple code; @@ -1371,6 +1373,12 @@ your Subject line informative. "a bug" is not informative. Neither is "perl crashes" nor is "HELP!!!". These don't help. A compact description of what's wrong is fine. +=item Can you use C 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. Thank-you notes are good. It makes people +smile. + =back Having done your bit, please be prepared to wait, to be told the @@ -1490,6 +1498,10 @@ supply one on the command line. Test mode. The target address defaults to B. +=item B<-T> + +Send a thank-you note instead of a bug report. + =item B<-v> Include verbose configuration data in the report. -- cgit v1.2.1