warnings.pl and lib/warnings.pm have been changed since 5.10.0. Their versions needed...
authorJesse Vincent <jesse@bestpractical.com>
Wed, 29 Jul 2009 15:14:27 +0000 (11:14 -0400)
committerNicholas Clark <nick@ccl4.org>
Wed, 29 Jul 2009 16:04:14 +0000 (17:04 +0100)
lib/warnings.pm
warnings.pl

index a42b662..6049437 100644 (file)
@@ -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.
index 4d010de..6bd611b 100644 (file)
@@ -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.