From 41ac5f6f523429f1cf16ffb5b09af82c921712c2 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 26 Jan 2012 20:45:28 -0800 Subject: [PATCH] Increase $warnings::VERSION to 1.13 --- 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 2061c34..5aef8ea 100644 --- a/lib/warnings.pm +++ b/lib/warnings.pm @@ -5,7 +5,7 @@ package warnings; -our $VERSION = '1.12'; +our $VERSION = '1.13'; # 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 bf0833b..b3e1c04 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -427,7 +427,7 @@ read_only_bottom_close_and_rename($pm); __END__ package warnings; -our $VERSION = '1.12'; +our $VERSION = '1.13'; # Verify that we're called correctly so that warnings will work. # see also strict.pm. -- 2.7.4