summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-28 14:31:17 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-28 14:31:17 +0000
commit7ef1fc816de9ba164ee8c1da342f0a6b52845247 (patch)
treec3bf27b151a536688c31dd1359b3ce84be116dcb /MANIFEST
parent94a175e1e66fdf300e5894aacd2a4d1ae811f692 (diff)
downloadperl-7ef1fc816de9ba164ee8c1da342f0a6b52845247.tar.gz
Move the ext/IO tests to a more standard location so that
the *.t do not get copied to the build tree (lib/IO/). p4raw-id: //depot/perl@20268
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST32
1 files changed, 16 insertions, 16 deletions
diff --git a/MANIFEST b/MANIFEST
index da8c032985..a15f3789f1 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -456,26 +456,26 @@ ext/IO/lib/IO/Select.pm IO system select() interface
ext/IO/lib/IO/Socket.pm IO socket handle package
ext/IO/lib/IO/Socket/INET.pm IO INET specific socket methods
ext/IO/lib/IO/Socket/UNIX.pm IO UNIX specific socket methods
-ext/IO/lib/IO/t/IO.t See if IO works
-ext/IO/lib/IO/t/io_const.t See if constants from IO work
-ext/IO/lib/IO/t/io_dir.t See if directory-related methods from IO work
-ext/IO/lib/IO/t/io_dup.t See if dup()-related methods from IO work
-ext/IO/lib/IO/t/io_linenum.t See if I/O line numbers are tracked correctly
-ext/IO/lib/IO/t/io_multihomed.t See if INET sockets work with multi-homed hosts
-ext/IO/lib/IO/t/io_pipe.t See if pipe()-related methods from IO work
-ext/IO/lib/IO/t/io_poll.t See if poll()-related methods from IO work
-ext/IO/lib/IO/t/io_sel.t See if select()-related methods from IO work
-ext/IO/lib/IO/t/io_sock.t See if INET socket-related methods from IO work
-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()
ext/IO/poll.h IO poll() emulation using select()
ext/IO/README IO extension maintenance notice
+ext/IO/t/IO.t See if IO works
+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_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
+ext/IO/t/io_poll.t See if poll()-related methods from IO work
+ext/IO/t/io_sel.t See if select()-related methods from IO work
+ext/IO/t/io_sock.t See if INET socket-related methods from IO work
+ext/IO/t/io_taint.t See if the untaint method from IO works
+ext/IO/t/io_tell.t See if seek()/tell()-related methods from IO work
+ext/IO/t/io_udp.t See if UDP socket-related methods from IO work
+ext/IO/t/io_unix.t See if UNIX socket-related methods from IO work
+ext/IO/t/io_utf8.t See if perlio opens work
+ext/IO/t/io_xs.t See if XSUB methods from IO work
ext/IPC/SysV/ChangeLog IPC::SysV extension Perl module
ext/IPC/SysV/hints/cygwin.pl Hint for IPC::SysV for named architecture
ext/IPC/SysV/hints/next_3.pl Hint for IPC::SysV for named architecture