diff options
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". |