summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2015-09-14 14:31:43 +1000
committerTony Cook <tony@develop-help.com>2015-10-12 14:55:49 +1100
commit3d8ff82557d67bc81d10600b537a57f90f401a4f (patch)
tree42de3be0b1eb7ba40ebac5854a7943be54ebebfa /lib
parent6937817d58b1688d689072cd112ed95fe62db2a7 (diff)
downloadperl-3d8ff82557d67bc81d10600b537a57f90f401a4f.tar.gz
sync regen/warnings.pl and warnings.pm $VERSION
regen/warnings.pl's $VERSION was at 1.04 despite it being modified each time warnings.pm is modified. So make them use the same version number.
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 1084723dee..ba466a88b9 100644
--- a/lib/warnings.pm
+++ b/lib/warnings.pm
@@ -5,7 +5,7 @@
package warnings;
-our $VERSION = '1.34';
+our $VERSION = "1.35";
# Verify that we're called correctly so that warnings will work.
# see also strict.pm.