In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/412147f664b7f5805591ad996d7e5a9e70b3d80f?hp=2653dd3c22bd18d7877da53d515dc31c46d8fbea>

- Log -----------------------------------------------------------------
commit 412147f664b7f5805591ad996d7e5a9e70b3d80f
Author: Gene Sullivan <perlbug-follo...@perl.org>
Date:   Mon Dec 14 14:07:27 2009 +0100

    [perl #71204] diagnostics.pm suppresses 'Use of uninitialized value in 
range (or flip)' warning
    
    (and bump version of diagnostics.pm)
-----------------------------------------------------------------------

Summary of changes:
 lib/diagnostics.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lib/diagnostics.pm b/lib/diagnostics.pm
index d65df19..721b466 100644
--- a/lib/diagnostics.pm
+++ b/lib/diagnostics.pm
@@ -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);

--
Perl5 Master Repository

Reply via email to