diff options
author | Ricardo Signes <rjbs@cpan.org> | 2013-10-02 12:08:49 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-10-05 14:20:10 -0400 |
commit | 9e291afd1c04fef2c32b424815b74a43ada9a08a (patch) | |
tree | 0cd318a2b53b744f53c87dfb03e7e853149b01c6 /regen | |
parent | 821361b63ca5bf477eebc88759d8f3e7f69a93e3 (diff) | |
download | perl-9e291afd1c04fef2c32b424815b74a43ada9a08a.tar.gz |
new warnings category, so bump warnings.pm
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 a1c5ebd9b0..acca0d04f4 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -468,7 +468,7 @@ close_and_rename($lexwarn); __END__ package warnings; -our $VERSION = '1.19'; +our $VERSION = '1.20'; # Verify that we're called correctly so that warnings will work. # see also strict.pm. |