X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDumpvalue.pm;h=af16b1dd08831a2a89574579b332655b64f346a5;hb=b41aadf259cf55858c5ab0386356cdbe2dc49a6b;hp=d5d93c78844d0d1612805ff02440aa3b42da29e3;hpb=2b393bf410d9f1bf0b80132c4e8b5d6707a139f8;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Dumpvalue.pm b/lib/Dumpvalue.pm index d5d93c7..af16b1d 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.12'; +our $VERSION = '1.13'; our(%address, $stab, @stab, %stab, %subs); # documentation nits, handle complex data structures better by chromatic @@ -585,7 +585,7 @@ Prints a dump to the currently selected filehandle. $dumper->dumpValues($value1, $value2); -Same as C< $dumper->dumpValue([$value1, $value2]); >. +Same as C<< $dumper->dumpValue([$value1, $value2]); >>. =item stringify