summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJos I. Boumans <kane@dwim.org>2004-11-09 17:59:27 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2004-11-09 17:53:53 +0000
commita84e44cddbc22ba5018278af86e57a36c53e4042 (patch)
tree4acd65502c767daba0b1a19e7877c227f71f9fc0 /MANIFEST
parent4837be0183cb4ecea051efb5fb88a97a0c4f34d4 (diff)
downloadperl-a84e44cddbc22ba5018278af86e57a36c53e4042.tar.gz
fix IO::File to support binmode
From: "Jos I. Boumans" <kane@dwim.org> Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org> p4raw-id: //depot/perl@23489
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index c68a5c77b8..05a30ad334 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -587,6 +587,7 @@ ext/IO/README IO extension maintenance notice
ext/IO/t/io_const.t See if constants from IO work
ext/IO/t/io_dir.t See if directory-related methods from IO work
ext/IO/t/io_dup.t See if dup()-related methods from IO work
+ext/IO/t/io_file.t See if binmode()-related methods on IO::File work
ext/IO/t/io_linenum.t See if I/O line numbers are tracked correctly
ext/IO/t/io_multihomed.t See if INET sockets work with multi-homed hosts
ext/IO/t/io_pipe.t See if pipe()-related methods from IO work