diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-14 17:35:51 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-14 17:35:51 +0000 |
commit | 39f7a87036eb8d13c207511143dc7f2e620b3891 (patch) | |
tree | 6ff5e9911b13a8b869ce1243c9e8df24657f3f95 /MANIFEST | |
parent | 119586db753fab6875f9973c20a57e0d66dbfbcf (diff) | |
download | perl-39f7a87036eb8d13c207511143dc7f2e620b3891.tar.gz |
Introduce PerlIO::get_layers() to allow people to peek
at the PerlIO layer stack.
p4raw-id: //depot/perl@19203
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2441,6 +2441,7 @@ t/io/fflush.t See if auto-flush on fork/exec/system/qx works t/io/fs.t See if directory manipulations work t/io/inplace.t See if inplace editing works t/io/iprefix.t See if inplace editing works with prefixes +t/io/layers.t See if PerlIO layers work t/io/nargv.t See if nested ARGV stuff works t/io/open.t See if open works t/io/openpid.t See if open works for subprocesses |