From: Ricardo Signes Date: Wed, 2 Oct 2013 16:08:49 +0000 (-0400) Subject: new warnings category, so bump warnings.pm X-Git-Tag: upstream/5.20.0~1599^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e291afd1c04fef2c32b424815b74a43ada9a08a;p=platform%2Fupstream%2Fperl.git new warnings category, so bump warnings.pm --- diff --git a/lib/warnings.pm b/lib/warnings.pm index 6611619..440bfdd 100644 --- a/lib/warnings.pm +++ b/lib/warnings.pm @@ -5,7 +5,7 @@ package warnings; -our $VERSION = '1.19'; +our $VERSION = '1.20'; # 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 a1c5ebd..acca0d0 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -468,7 +468,7 @@ close_and_rename($lexwarn); __END__ package warnings; -our $VERSION = '1.19'; +our $VERSION = '1.20'; # Verify that we're called correctly so that warnings will work. # see also strict.pm.