fix dup lexical
Gurusamy Sarathy [Mon, 7 Dec 1998 06:00:55 +0000 (06:00 +0000)]
p4raw-id: //depot/perl@2458

ext/B/B/Deparse.pm
t/lib/io_unix.t

index 5e0bd1d..60f6f0d 100644 (file)
@@ -1442,7 +1442,7 @@ sub pp_truncate {
     my(@exprs);
     my $parens = ($cx >= 5) || $self->{'parens'};
     my $kid = $op->first->sibling;
-    my($fh, $len);
+    my $fh;
     if ($op->flags & OPf_SPECIAL) {
        # $kid is an OP_CONST
        $fh = $kid->sv->PV;
index 3d9ed50..1d7842b 100644 (file)
@@ -1,4 +1,3 @@
-
 #!./perl
 
 BEGIN {