From: Philip Newton Date: Wed, 22 Nov 2000 14:25:53 +0000 (+0100) Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0154485940d6191adcfa079e1ddd517d4fb5d4e8;p=p5sagit%2Fp5-mst-13.2.git [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug Message-Id: <3A1BD771.25462.1939FAD@localhost> Be case-understanding also on 's', and use the -oi of sendmail not to terminate the transmission on a lone '.'. p4raw-id: //depot/perl@7803 --- diff --git a/utils/perlbug.PL b/utils/perlbug.PL index 2033eee..d323913 100644 --- a/utils/perlbug.PL +++ b/utils/perlbug.PL @@ -776,7 +776,7 @@ EOF Edit(); } elsif ($action =~ /^[qc]/i) { # ancel, uit Cancel(); - } elsif ($action =~ /^s/) { + } elsif ($action =~ /^s/i) { paraprint <