perl 5.003_04: ext/FileHandle/FileHandle.pm
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Thu, 29 Aug 1996 02:55:08 +0000 (02:55 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Thu, 29 Aug 1996 02:55:08 +0000 (02:55 +0000)
commit0cbad286cff507c108237b7a2771cba5378c83fa
tree84ee052ff0249cbb19d6e4dc7533b3cb1b299109
parentf967eb5f7ea656df97e47541e42689728310e560
perl 5.003_04: ext/FileHandle/FileHandle.pm

This patch documents the behavior of FileHandle::{new,open} with
regard to open modes.  It also documents the exportation of Fcntl
constants.

This patch fixes a bug observed by Tom Christiansen: FileHandle::new
didn't allow for file permissions after the file mode.  Here's a patch.
ext/FileHandle/FileHandle.pm