diff options
author | Tony Cook <tony@develop-help.com> | 2014-01-22 16:31:49 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-01-22 16:32:20 +1100 |
commit | 76ff28b8455ce36c6dbc4a759b8cb683c9910046 (patch) | |
tree | a3992a1c7d1eee8a8d75ecb1fe72c92e810d37aa /regen | |
parent | c91312d5e67fd262ccd6f36ff40ddbca6896d004 (diff) | |
download | perl-76ff28b8455ce36c6dbc4a759b8cb683c9910046.tar.gz |
[perl #120977] bump $warnings::VERSION
Diffstat (limited to 'regen')
-rw-r--r-- | regen/warnings.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl index 388b8a7858..1b34c048a9 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -478,7 +478,7 @@ close_and_rename($lexwarn); __END__ package warnings; -our $VERSION = '1.21'; +our $VERSION = '1.22'; # Verify that we're called correctly so that warnings will work. # see also strict.pm. |