summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-11-09 06:30:32 -0800
committerRicardo Signes <rjbs@cpan.org>2014-01-14 09:33:01 -0500
commit2fe4abd9121258233cb8ded68bda576be5ca7b33 (patch)
tree9294a3e344078b57a79fb41c1a31a8889cb3ad30 /regen
parent0953b66bdb6b9cd4da676d1614e87fe081b20a9c (diff)
downloadperl-2fe4abd9121258233cb8ded68bda576be5ca7b33.tar.gz
Increase $warnings::VERSION to 1.21
Diffstat (limited to 'regen')
-rw-r--r--regen/warnings.pl2
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.