projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a30ac15
)
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
patch
|
blob
|
blame
|
history
t/lib/io_unix.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/B/Deparse.pm
b/ext/B/B/Deparse.pm
index
5e0bd1d
..
60f6f0d
100644
(file)
--- a/
ext/B/B/Deparse.pm
+++ b/
ext/B/B/Deparse.pm
@@
-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;
diff --git
a/t/lib/io_unix.t
b/t/lib/io_unix.t
index
3d9ed50
..
1d7842b
100644
(file)
--- a/
t/lib/io_unix.t
+++ b/
t/lib/io_unix.t
@@
-1,4
+1,3
@@
-
#!./perl
BEGIN {