revise mktables.PL for bugs and newness in Unicode 3.0
[p5sagit/p5-mst-13.2.git] / lib / Dumpvalue.pm
index 617494a..475f4ff 100644 (file)
@@ -228,7 +228,7 @@ sub unwrap {
       if ($#$v >= 0) {
        $short = $sp . "0..$#{$v}  " .
          join(" ", 
-              map {exists $v->[$_] ? $self->stringify $v->[$_] : "empty"} ($[..$tArrayDepth)
+              map {exists $v->[$_] ? $self->stringify($v->[$_]) : "empty"} ($[..$tArrayDepth)
              ) . "$shortmore";
       } else {
        $short = $sp . "empty array";