summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2014-01-22 16:31:49 +1100
committerTony Cook <tony@develop-help.com>2014-01-22 16:32:20 +1100
commit76ff28b8455ce36c6dbc4a759b8cb683c9910046 (patch)
treea3992a1c7d1eee8a8d75ecb1fe72c92e810d37aa /lib
parentc91312d5e67fd262ccd6f36ff40ddbca6896d004 (diff)
downloadperl-76ff28b8455ce36c6dbc4a759b8cb683c9910046.tar.gz
[perl #120977] bump $warnings::VERSION
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 738a832bb6..e09712ad94 100644
--- a/lib/warnings.pm
+++ b/lib/warnings.pm
@@ -5,7 +5,7 @@
package warnings;
-our $VERSION = '1.21';
+our $VERSION = '1.22';
# Verify that we're called correctly so that warnings will work.
# see also strict.pm.