From: Ricardo Signes Date: Tue, 19 Jan 2010 23:53:21 +0000 (-0500) Subject: regen warnings.pl for new version number X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f73b28b4f23ac0516ae2b1d9918b02a3383c1b29;p=p5sagit%2Fp5-mst-13.2.git regen warnings.pl for new version number --- diff --git a/lib/warnings.pm b/lib/warnings.pm index 55837ba..defc208 100644 --- a/lib/warnings.pm +++ b/lib/warnings.pm @@ -6,7 +6,7 @@ package warnings; -our $VERSION = '1.08'; +our $VERSION = '1.09'; # Verify that we're called correctly so that warnings will work. # see also strict.pm. diff --git a/warnings.pl b/warnings.pl index d3aca3d..514ccd7 100644 --- a/warnings.pl +++ b/warnings.pl @@ -452,7 +452,7 @@ __END__ package warnings; -our $VERSION = '1.08'; +our $VERSION = '1.09'; # Verify that we're called correctly so that warnings will work. # see also strict.pm.