diff options
author | Ricardo Signes <rjbs@cpan.org> | 2014-03-14 09:28:38 +0100 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2014-03-18 13:22:35 -0400 |
commit | 0febf6c11783cfaf848994c4e17ba2e361a7caab (patch) | |
tree | 272b396954860673da7f01f38d478059e4888906 /regen | |
parent | 44ecbbd814e71f2c059520c0bc148cc2cf1abc55 (diff) | |
download | perl-0febf6c11783cfaf848994c4e17ba2e361a7caab.tar.gz |
bump the version of warnings.pm
(and of regen/warnings.pl)
Diffstat (limited to 'regen')
-rw-r--r-- | regen/warnings.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl index 558911b5a9..7e25ec6127 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -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. |