summaryrefslogtreecommitdiff
path: root/lib/Dumpvalue.pm
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-01-12 18:44:49 +0000
committerNicholas Clark <nick@ccl4.org>2006-01-12 18:44:49 +0000
commit98225a64488c895097b3ce3f7ac9c94f464be86b (patch)
tree844445b173ff28c32d345d8a96447613f45b538a /lib/Dumpvalue.pm
parent54dc0f912bb497a6d6861fbfa3f067ec3cfdfe0c (diff)
downloadperl-98225a64488c895097b3ce3f7ac9c94f464be86b.tar.gz
Bump $VERSION in many modules that have changed.
p4raw-id: //depot/perl@26804
Diffstat (limited to 'lib/Dumpvalue.pm')
-rw-r--r--lib/Dumpvalue.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Dumpvalue.pm b/lib/Dumpvalue.pm
index 109e2295af..f1822971f4 100644
--- a/lib/Dumpvalue.pm
+++ b/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.11';
+our $VERSION = '1.12';
our(%address, $stab, @stab, %stab, %subs);
# documentation nits, handle complex data structures better by chromatic