summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2013-10-02 12:08:49 -0400
committerRicardo Signes <rjbs@cpan.org>2013-10-05 14:20:10 -0400
commit9e291afd1c04fef2c32b424815b74a43ada9a08a (patch)
tree0cd318a2b53b744f53c87dfb03e7e853149b01c6 /lib
parent821361b63ca5bf477eebc88759d8f3e7f69a93e3 (diff)
downloadperl-9e291afd1c04fef2c32b424815b74a43ada9a08a.tar.gz
new warnings category, so bump warnings.pm
Diffstat (limited to 'lib')
-rw-r--r--lib/warnings.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/warnings.pm b/lib/warnings.pm
index 6611619865..440bfdda3e 100644
--- a/lib/warnings.pm
+++ b/lib/warnings.pm
@@ -5,7 +5,7 @@
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.