From 7ae5d31c28bff87535cb83fdb5c83abac5c5e3ad Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 29 Sep 2012 22:43:38 -0700 Subject: [PATCH] Increase $warnings::VERSION to 1.15 --- lib/warnings.pm | 2 +- regen/warnings.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/warnings.pm b/lib/warnings.pm index 2dc64d3..2c47a71 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 38eca47..e99ff4b 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. -- 2.7.4