summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>2005-09-26 19:07:35 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-09-27 12:53:49 +0000
commit93c2c2ecd9924225ba4c26762e3e59cf95458982 (patch)
tree15b56704b6c4361e31c7054b075374d13b15d447 /MANIFEST
parent7abc42fc27f1b75a4ef2485a7c3d59e55a86a04a (diff)
downloadperl-93c2c2ecd9924225ba4c26762e3e59cf95458982.tar.gz
Re: [BUG 5.8.7] Another major bug in PerlIO layer
Message-ID: <20050927090734.GB3687@math.berkeley.edu> p4raw-id: //depot/perl@25618
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 755e4b3452..c038ab4571 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2670,6 +2670,7 @@ thread.h Threading header
t/io/argv.t See if ARGV stuff works
t/io/binmode.t See if binmode() works
t/io/crlf.t See if :crlf works
+t/io/crlf_through.t See if pipe passes data intact with :crlf
t/io/dup.t See if >& works right
t/io/fflush.t See if auto-flush on fork/exec/system/qx works
t/io/fs.t See if directory manipulations work
@@ -2683,6 +2684,7 @@ t/io/pipe.t See if secure pipes work
t/io/print.t See if print commands work
t/io/read.t See if read works
t/io/tell.t See if file seeking works
+t/io/through.t See if pipe passes data intact
t/io/utf8.t See if file seeking works
t/japh/abigail.t Obscure tests
t/lib/1_compile.t See if the various libraries and extensions compile