From: Kenneth Albanowski Date: Thu, 16 Jan 1997 00:12:03 +0000 (+1200) Subject: Make perlbug more cautionary and more verbose X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8ecf1a0c30e79b498e0b4d268f6f2b74fc23c0ee;p=p5sagit%2Fp5-mst-13.2.git Make perlbug more cautionary and more verbose Signed-off-by: Kenneth Albanowski --- diff --git a/utils/perlbug.PL b/utils/perlbug.PL index ceda89d..b44502b 100644 --- a/utils/perlbug.PL +++ b/utils/perlbug.PL @@ -48,7 +48,7 @@ use strict; sub paraprint; -my($Version) = "1.14"; +my($Version) = "1.15"; # Changed in 1.06 to skip Mail::Send and Mail::Util if not available. # Changed in 1.07 to see more sendmail execs, and added pipe output. @@ -64,6 +64,8 @@ my($Version) = "1.14"; # send mail # Changed in 1.14 to make the prompts a little more clear on providing # helpful information. Also let file read fail gracefully. +# Changed in 1.15 to add warnings to stop people using perlbug for non-bugs. +# Also report selected environment variables. # TODO: Allow the user to re-name the file on mail failure, and # make sure failure (transmission-wise) of Mail::Send is @@ -160,8 +162,11 @@ sub Query { # Explain what perlbug is paraprint <