X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=utils%2Fperlbug.PL;h=97cf0c85d762e63425386ca4c5e749861453814d;hb=3cf20fa2fb953d611f6cc722b308008b48536e07;hp=d0263f39aa7cfb0e1afa9eac073d31a5bc889b36;hpb=3bcc0c4bdd9457f6924030e81994a3583d07a8cb;p=p5sagit%2Fp5-mst-13.2.git diff --git a/utils/perlbug.PL b/utils/perlbug.PL index d0263f3..97cf0c8 100644 --- a/utils/perlbug.PL +++ b/utils/perlbug.PL @@ -194,7 +194,11 @@ if ($outfile) { save_message_to_disk($outfile); } else { Send(); - print "\nThank you for taking the time to file a bug report!\n\n"; + if ($thanks) { + print "\nThank you for taking the time to send a thank-you message!\n\n"; + } else { + print "\nThank you for taking the time to file a bug report!\n\n"; + } } exit; @@ -1212,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 @@ -1297,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; @@ -1367,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 @@ -1486,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.