summaryrefslogtreecommitdiff
path: root/lib/Tie
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-05-31 05:40:15 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-31 05:40:15 +0000
commit91b2dafa28c5175123b6afb7a182a9369cef1736 (patch)
tree630b5476aab25d89f8060f07e0d7f147650126c5 /lib/Tie
parent31869a7926d2c97f2a8de68f2374ea5aa42dd78f (diff)
downloadperl-91b2dafa28c5175123b6afb7a182a9369cef1736.tar.gz
Interesting patch(1) glitch.
p4raw-id: //depot/perl@19646
Diffstat (limited to 'lib/Tie')
-rw-r--r--lib/Tie/File.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Tie/File.pm b/lib/Tie/File.pm
index f32bf23c4c..851e63a61b 100644
--- a/lib/Tie/File.pm
+++ b/lib/Tie/File.pm
@@ -2303,11 +2303,6 @@ internally. If you passed it a filehandle as above, you "own" the
filehandle, and are responsible for closing it after you have untied
the @array.
-Note that Tie::File will only close any filehandles that it opened
-internally. If you passed it a filehandle as above, you "own" the
-filehandle, and are responsible for closing it after you have untied
-the @array.
-
=head1 Deferred Writing
(This is an advanced feature. Skip this section on first reading.)