From: Gurusamy Sarathy Date: Mon, 20 Mar 2000 21:04:42 +0000 (+0000) Subject: typo in change#5839 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=13babf5cc224fc84f39c21258d24753e24517db3;p=p5sagit%2Fp5-mst-13.2.git typo in change#5839 p4raw-link: @5839 on //depot/perl: d918263624f69db4f9575643879bfa5b4453117e p4raw-id: //depot/perl@5840 --- diff --git a/lib/Dumpvalue.pm b/lib/Dumpvalue.pm index 617494a..475f4ff 100644 --- a/lib/Dumpvalue.pm +++ b/lib/Dumpvalue.pm @@ -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";