Interesting patch(1) glitch.
Jarkko Hietaniemi [Sat, 31 May 2003 05:40:15 +0000 (05:40 +0000)]
p4raw-id: //depot/perl@19646

lib/Tie/File.pm

index f32bf23..851e63a 100644 (file)
@@ -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.)