[perl #71204] diagnostics.pm suppresses 'Use of uninitialized value in range (or...
Gene Sullivan [Mon, 14 Dec 2009 13:07:27 +0000 (14:07 +0100)]
(and bump version of diagnostics.pm)

lib/diagnostics.pm

index d65df19..721b466 100644 (file)
@@ -185,7 +185,7 @@ use 5.009001;
 use Carp;
 $Carp::Internal{__PACKAGE__.""}++;
 
-our $VERSION = '1.18';
+our $VERSION = '1.19';
 our $DEBUG;
 our $VERBOSE;
 our $PRETTY;
@@ -222,6 +222,7 @@ my $WHOAMI = ref bless [];  # nobody's business, prolly not even mine
 
 local $| = 1;
 my $_;
+local $.;
 
 my $standalone;
 my(%HTML_2_Troff, %HTML_2_Latin_1, %HTML_2_ASCII_7);