diff options
author | Pradeep Hodigere <phodigere@yahoo.com> | 2003-05-19 09:05:47 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-29 09:11:30 +0000 |
commit | 73829507ddd98ed852e6dee8db16197bccfe514a (patch) | |
tree | 3005d0062bc48bc397bc7f2a41c10e3b4ba80fda /MANIFEST | |
parent | 8e11cd2b6971dafecaf9e97b12c3f527025bae90 (diff) | |
download | perl-73829507ddd98ed852e6dee8db16197bccfe514a.tar.gz |
[patch] IO::File->open() with encoding
Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
p4raw-id: //depot/perl@19634
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -469,6 +469,7 @@ ext/IO/lib/IO/t/io_taint.t See if the untaint method from IO works ext/IO/lib/IO/t/io_tell.t See if seek()/tell()-related methods from IO work ext/IO/lib/IO/t/io_udp.t See if UDP socket-related methods from IO work ext/IO/lib/IO/t/io_unix.t See if UNIX socket-related methods from IO work +ext/IO/lib/IO/t/io_utf8.t See if perlio opens work ext/IO/lib/IO/t/io_xs.t See if XSUB methods from IO work ext/IO/Makefile.PL IO extension makefile writer ext/IO/poll.c IO poll() emulation using select() |