From 76ff28b8455ce36c6dbc4a759b8cb683c9910046 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Wed, 22 Jan 2014 16:31:49 +1100 Subject: [PATCH] [perl #120977] bump $warnings::VERSION --- 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 738a832..e09712a 100644 --- a/lib/warnings.pm +++ b/lib/warnings.pm @@ -5,7 +5,7 @@ package warnings; -our $VERSION = '1.21'; +our $VERSION = '1.22'; # 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 388b8a7..1b34c04 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -478,7 +478,7 @@ close_and_rename($lexwarn); __END__ package warnings; -our $VERSION = '1.21'; +our $VERSION = '1.22'; # Verify that we're called correctly so that warnings will work. # see also strict.pm. -- 2.7.4