This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Patch by jlv <jloverso@mathworks.com> to stop NEXT::AUTOLOAD
[perl5.git] / lib / Dumpvalue.pm
index 109e229..f182297 100644 (file)
@@ -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