This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bumping version of Dumpvalue.pm per Porting/cmpVERSION.pl
authorJesse Vincent <jesse@bestpractical.com>
Thu, 20 Jan 2011 19:29:09 +0000 (14:29 -0500)
committerJesse Vincent <jesse@bestpractical.com>
Thu, 20 Jan 2011 19:29:09 +0000 (14:29 -0500)
dist/Dumpvalue/lib/Dumpvalue.pm

index 2c920e2..f3cde0b 100644 (file)
@@ -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