From: Jarkko Hietaniemi Date: Sat, 31 May 2003 05:40:15 +0000 (+0000) Subject: Interesting patch(1) glitch. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=91b2dafa28c5175123b6afb7a182a9369cef1736;p=p5sagit%2Fp5-mst-13.2.git Interesting patch(1) glitch. p4raw-id: //depot/perl@19646 --- diff --git a/lib/Tie/File.pm b/lib/Tie/File.pm index f32bf23..851e63a 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.)