From: Jesse Vincent Date: Wed, 29 Jul 2009 15:14:27 +0000 (-0400) Subject: warnings.pl and lib/warnings.pm have been changed since 5.10.0. Their versions needed... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8bc6a5d5cca817c4f9d1b6d4e82af9aa8b146b84;p=p5sagit%2Fp5-mst-13.2.git warnings.pl and lib/warnings.pm have been changed since 5.10.0. Their versions needed to be bumped before 5.11.0 --- diff --git a/lib/warnings.pm b/lib/warnings.pm index a42b662..6049437 100644 --- a/lib/warnings.pm +++ b/lib/warnings.pm @@ -6,7 +6,7 @@ package warnings; -our $VERSION = '1.06'; +our $VERSION = '1.07'; # Verify that we're called correctly so that warnings will work. # see also strict.pm. diff --git a/warnings.pl b/warnings.pl index 4d010de..6bd611b 100644 --- a/warnings.pl +++ b/warnings.pl @@ -13,7 +13,7 @@ # # This script is normally invoked from regen.pl. -$VERSION = '1.02_02'; +$VERSION = '1.02_03'; BEGIN { require 'regen_lib.pl'; @@ -449,7 +449,7 @@ __END__ package warnings; -our $VERSION = '1.06'; +our $VERSION = '1.07'; # Verify that we're called correctly so that warnings will work. # see also strict.pm.