This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
typo in change#5839
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 20 Mar 2000 21:04:42 +0000 (21:04 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 20 Mar 2000 21:04:42 +0000 (21:04 +0000)
p4raw-link: @5839 on //depot/perl: d918263624f69db4f9575643879bfa5b4453117e

p4raw-id: //depot/perl@5840

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";