summaryrefslogtreecommitdiff
path: root/warnings.pl
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-07-29 11:14:27 -0400
committerNicholas Clark <nick@ccl4.org>2009-07-29 17:04:14 +0100
commit8bc6a5d5cca817c4f9d1b6d4e82af9aa8b146b84 (patch)
tree1af688962841e8ae5bf69df506a5d939207e3216 /warnings.pl
parent398f002c97feb32fa5d70119ed06988021e19663 (diff)
downloadperl-8bc6a5d5cca817c4f9d1b6d4e82af9aa8b146b84.tar.gz
warnings.pl and lib/warnings.pm have been changed since 5.10.0. Their versions needed to be bumped before 5.11.0
Diffstat (limited to 'warnings.pl')
-rw-r--r--warnings.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/warnings.pl b/warnings.pl
index 4d010de9da..6bd611b604 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.