summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-01-20 14:29:09 -0500
committerJesse Vincent <jesse@bestpractical.com>2011-01-20 14:29:09 -0500
commit9c1114d1105c46848e1080198e282aaf9b321e1c (patch)
tree0d4d422a0c6684a773b9d9f9b4c352087270ec28
parent6d4005294ed1293fe8e7e773e4eef1390e6c5496 (diff)
downloadperl-9c1114d1105c46848e1080198e282aaf9b321e1c.tar.gz
Bumping version of Dumpvalue.pm per Porting/cmpVERSION.pl
-rw-r--r--dist/Dumpvalue/lib/Dumpvalue.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Dumpvalue/lib/Dumpvalue.pm b/dist/Dumpvalue/lib/Dumpvalue.pm
index 2c920e2e51..f3cde0b896 100644
--- a/dist/Dumpvalue/lib/Dumpvalue.pm
+++ b/dist/Dumpvalue/lib/Dumpvalue.pm
@@ -1,7 +1,7 @@
use 5.006_001; # for (defined ref) and $#$v and our
package Dumpvalue;
use strict;
-our $VERSION = '1.15';
+our $VERSION = '1.16';
our(%address, $stab, @stab, %stab, %subs);
# documentation nits, handle complex data structures better by chromatic