summaryrefslogtreecommitdiff
path: root/lib/warnings.pm
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 /lib/warnings.pm
parent0953b66bdb6b9cd4da676d1614e87fe081b20a9c (diff)
downloadperl-2fe4abd9121258233cb8ded68bda576be5ca7b33.tar.gz
Increase $warnings::VERSION to 1.21
Diffstat (limited to 'lib/warnings.pm')
-rw-r--r--lib/warnings.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/warnings.pm b/lib/warnings.pm
index 05f23e67eb..4238920434 100644
--- a/lib/warnings.pm
+++ b/lib/warnings.pm
@@ -5,7 +5,7 @@
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.