M.J.T. Guy [Fri, 28 Feb 1997 13:59:42 +0000 (13:59 +0000)]
Ilya Zakharevich <ilya@math.ohio-state.edu> wrote
> $' $` $& eliminated from all the known *.pm.
Close, but you overlooked the 'use English' in diagnostics.pm.
See additional patch below.
p5p-msgid: <E0w0Sqc-00046E-00@ursa.cus.cam.ac.uk>
=cut
require 5.001;
-use English;
use Carp;
use Config;
$DEBUG ||= 0;
my $WHOAMI = ref bless []; # nobody's business, prolly not even mine
-$OUTPUT_AUTOFLUSH = 1;
+$| = 1;
local $_;