X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDumpvalue.pm;h=c8282cfbd5d4bec1759bda50fecbf286952e9626;hb=9c5c68c8d8cf29abcdb2ff421bcd6e5daedf49ec;hp=475f4ff725977b5989862fb2d67f79242d1796a2;hpb=13babf5cc224fc84f39c21258d24753e24517db3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Dumpvalue.pm b/lib/Dumpvalue.pm index 475f4ff..c8282cf 100644 --- a/lib/Dumpvalue.pm +++ b/lib/Dumpvalue.pm @@ -1,6 +1,7 @@ use 5.005_64; # for (defined ref) and $#$v and our package Dumpvalue; use strict; +our $VERSION = '1.00'; our(%address, $stab, @stab, %stab, %subs); # translate control chars to ^X - Randal Schwartz