diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-13 11:09:05 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-13 11:09:05 +0000 |
commit | c8fb55d18cd8451b03663f333ebc053a6b458c90 (patch) | |
tree | 46e26336d8cdf0e9f503f5650660a4aafcc09411 /t/lib/tie-stdhandle.t | |
parent | 75ccd24da206fac28123ca873a612ce4dde0bb85 (diff) | |
download | perl-c8fb55d18cd8451b03663f333ebc053a6b458c90.tar.gz |
final touches for lexical warnings (from Paul Marquess)
p4raw-id: //depot/perl@5702
Diffstat (limited to 't/lib/tie-stdhandle.t')
-rwxr-xr-x | t/lib/tie-stdhandle.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/lib/tie-stdhandle.t b/t/lib/tie-stdhandle.t index cb8303d94d..cf3a1831d0 100755 --- a/t/lib/tie-stdhandle.t +++ b/t/lib/tie-stdhandle.t @@ -45,5 +45,3 @@ print "ok 12\n"; print "not " unless close($f); print "ok 13\n"; unlink("afile"); - - |