summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-09-29 22:43:38 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-09-30 00:01:27 -0700
commit7ae5d31c28bff87535cb83fdb5c83abac5c5e3ad (patch)
tree045b759cddd0687d7f9ccc53679c233085a6cf6d
parent23d16d50b9b81f01c23562fbd69afe64a4d4af23 (diff)
downloadperl-7ae5d31c28bff87535cb83fdb5c83abac5c5e3ad.tar.gz
Increase $warnings::VERSION to 1.15
-rw-r--r--lib/warnings.pm2
-rw-r--r--regen/warnings.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/warnings.pm b/lib/warnings.pm
index 2dc64d316f..2c47a71d8b 100644
--- a/lib/warnings.pm
+++ b/lib/warnings.pm
@@ -5,7 +5,7 @@
package warnings;
-our $VERSION = '1.14';
+our $VERSION = '1.15';
# Verify that we're called correctly so that warnings will work.
# see also strict.pm.
diff --git a/regen/warnings.pl b/regen/warnings.pl
index 38eca47a37..e99ff4b913 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -437,7 +437,7 @@ read_only_bottom_close_and_rename($pm);
__END__
package warnings;
-our $VERSION = '1.14';
+our $VERSION = '1.15';
# Verify that we're called correctly so that warnings will work.
# see also strict.pm.