diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-11-09 06:30:32 -0800 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2014-01-14 09:33:01 -0500 |
commit | 2fe4abd9121258233cb8ded68bda576be5ca7b33 (patch) | |
tree | 9294a3e344078b57a79fb41c1a31a8889cb3ad30 /regen | |
parent | 0953b66bdb6b9cd4da676d1614e87fe081b20a9c (diff) | |
download | perl-2fe4abd9121258233cb8ded68bda576be5ca7b33.tar.gz |
Increase $warnings::VERSION to 1.21
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 a7bf9ab7b7..becce4407b 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -478,7 +478,7 @@ close_and_rename($lexwarn); __END__ package warnings; -our $VERSION = '1.20'; +our $VERSION = '1.21'; # Verify that we're called correctly so that warnings will work. # see also strict.pm. |