Change 19646 by [EMAIL PROTECTED] on 2003/05/31 05:40:15
Interesting patch(1) glitch.
Affected files ...
... //depot/perl/lib/Tie/File.pm#27 edit
Differences ...
==== //depot/perl/lib/Tie/File.pm#27 (text) ====
Index: perl/lib/Tie/File.pm
--- perl/lib/Tie/File.pm#26~19643~ Fri May 30 22:28:56 2003
+++ perl/lib/Tie/File.pm Fri May 30 22:40:15 2003
@@ -2303,11 +2303,6 @@
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.)
End of Patch.