diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-25 04:45:05 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-25 04:45:05 +0000 |
commit | f0fd62e239deb6bdb9f12a7e8ad137e5e1083e2a (patch) | |
tree | 5ed08bc1f6f89523ae54eacb7a1f8896b2a2372d /t/io/layers.t | |
parent | e8df99122a180e7c9fa1507c8ea22807d50698e4 (diff) | |
download | perl-f0fd62e239deb6bdb9f12a7e8ad137e5e1083e2a.tar.gz |
Clarify(?) the perlio default layers table.
p4raw-id: //depot/perl@19327
Diffstat (limited to 't/io/layers.t')
-rw-r--r-- | t/io/layers.t | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/t/io/layers.t b/t/io/layers.t index 86712b3a9a..8f70392434 100644 --- a/t/io/layers.t +++ b/t/io/layers.t @@ -44,15 +44,15 @@ SKIP: { # An interesting dance follows where we try to make the following # IO layer stack setups to compare equal: # - # PERLIO UNIX-like DOS-like + # PERLIO UNIX-like DOS-like # - # none or "" stdio [1] unix crlf - # stdio stdio [1] stdio - # perlio unix perlio unix perlio - # mmap unix mmap unix mmap + # unset / "" unix perlio / stdio [1] unix crlf + # stdio unix perlio / stdio [1] stdio + # perlio unix perlio unix perlio + # mmap unix mmap unix mmap # - # [1] If Configure found how to do "fast stdio", - # otherwise it will be "unix perlio". + # [1] "stdio" if Configure found out how to do "fast stdio" (depends + # on the stdio implementation) and in Perl 5.8, otherwise "unix perlio" # if ($NONSTDIO) { # Get rid of "unix". |