This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix [ID 20010217.002]
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 18 Feb 2001 17:40:59 +0000 (17:40 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 18 Feb 2001 17:40:59 +0000 (17:40 +0000)
commit4b803d04bc5b636b582540ea8352ce921e9bae28
treeb6d274e58174b763539c77d005020c0de4ba1cc9
parent26fb694e6e6fd977f3c75086486e1c4578925875
Fix [ID 20010217.002]
 open FOO, "<:raw:perlio", ...
:raw now inserts default base layer below itself.
Also
 open FOO, "<:unix", ...
works as well - but leaves buffer layer on stack under the unix layer.

p4raw-id: //depot/perlio@8826
perlio.c