From: Steve Peters Date: Tue, 1 Feb 2005 16:24:11 +0000 (+0000) Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fd172bcd67687fb9a94b92c46d2c582cce40a2c1;p=p5sagit%2Fp5-mst-13.2.git [perl #31730] [PATCH] IO::File reads garbage from directory filehandles From: "Steve Peters via RT" Message-ID: p4raw-id: //depot/perl@23974 --- diff --git a/ext/IO/lib/IO/File.pm b/ext/IO/lib/IO/File.pm index f354f76..8c778f7 100644 --- a/ext/IO/lib/IO/File.pm +++ b/ext/IO/lib/IO/File.pm @@ -103,12 +103,20 @@ passed on to the C call. =back +=head1 NOTE + +Some operating systems may perform C or C +on a directory without errors. This behavior is not portable and not +suggested for use. Using C and C or C are +suggested instead. + =head1 SEE ALSO L, L, -L -L +L, +L, +L =head1 HISTORY