From 9e291afd1c04fef2c32b424815b74a43ada9a08a Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Wed, 2 Oct 2013 12:08:49 -0400 Subject: [PATCH] new warnings category, so bump warnings.pm --- 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 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. -- 2.7.4