From: Tony Cook Date: Wed, 22 Jan 2014 05:31:49 +0000 (+1100) Subject: [perl #120977] bump $warnings::VERSION X-Git-Tag: upstream/5.20.0~682^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76ff28b8455ce36c6dbc4a759b8cb683c9910046;p=platform%2Fupstream%2Fperl.git [perl #120977] bump $warnings::VERSION --- 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.