In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/8bc6a5d5cca817c4f9d1b6d4e82af9aa8b146b84?hp=398f002c97feb32fa5d70119ed06988021e19663>

- Log -----------------------------------------------------------------
commit 8bc6a5d5cca817c4f9d1b6d4e82af9aa8b146b84
Author: Jesse Vincent <[email protected]>
Date:   Wed Jul 29 11:14:27 2009 -0400

    warnings.pl and lib/warnings.pm have been changed since 5.10.0. Their 
versions needed to be bumped before 5.11.0
-----------------------------------------------------------------------

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

diff --git a/lib/warnings.pm b/lib/warnings.pm
index a42b662..6049437 100644
--- a/lib/warnings.pm
+++ b/lib/warnings.pm
@@ -6,7 +6,7 @@
 
 package warnings;
 
-our $VERSION = '1.06';
+our $VERSION = '1.07';
 
 # Verify that we're called correctly so that warnings will work.
 # see also strict.pm.
diff --git a/warnings.pl b/warnings.pl
index 4d010de..6bd611b 100644
--- a/warnings.pl
+++ b/warnings.pl
@@ -13,7 +13,7 @@
 #
 # This script is normally invoked from regen.pl.
 
-$VERSION = '1.02_02';
+$VERSION = '1.02_03';
 
 BEGIN {
     require 'regen_lib.pl';
@@ -449,7 +449,7 @@ __END__
 
 package warnings;
 
-our $VERSION = '1.06';
+our $VERSION = '1.07';
 
 # Verify that we're called correctly so that warnings will work.
 # see also strict.pm.

--
Perl5 Master Repository

Reply via email to