summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-12-15 20:14:31 +0100
committerFlorian Ragwitz <rafl@debian.org>2010-12-15 20:19:57 +0100
commit8d849515154677c261f1041119f8d84a51200a0d (patch)
tree6d9e73d1e1bf2782825529358c51583a87bdbacd /dist
parent5b0bc4e859138bec533bf1066e65c5c2d91f2831 (diff)
downloadperl-8d849515154677c261f1041119f8d84a51200a0d.tar.gz
Upgrade Dumpvalue from version 1.14 to 1.15
This is necessary so the CPAN version can fix the INSTALLDIRS parameter it uses on older perls.
Diffstat (limited to 'dist')
-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 f1ec0fbfb4..d1c52d6d1c 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.14';
+our $VERSION = '1.15';
our(%address, $stab, @stab, %stab, %subs);
# documentation nits, handle complex data structures better by chromatic