bump the version of warnings.pm
authorRicardo Signes <rjbs@cpan.org>
Fri, 14 Mar 2014 08:28:38 +0000 (09:28 +0100)
committerRicardo Signes <rjbs@cpan.org>
Tue, 18 Mar 2014 17:22:35 +0000 (13:22 -0400)
(and of regen/warnings.pl)

regen/warnings.pl

index 558911b..7e25ec6 100644 (file)
@@ -16,7 +16,7 @@
 #
 # This script is normally invoked from regen.pl.
 
-$VERSION = '1.02_05';
+$VERSION = '1.03';
 
 BEGIN {
     require 'regen/regen_lib.pl';
@@ -470,7 +470,7 @@ read_only_bottom_close_and_rename($pm);
 __END__
 package warnings;
 
-our $VERSION = '1.22';
+our $VERSION = '1.23';
 
 # Verify that we're called correctly so that warnings will work.
 # see also strict.pm.