This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate perlio:
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 18 Feb 2001 18:43:52 +0000 (18:43 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 18 Feb 2001 18:43:52 +0000 (18:43 +0000)
[  8826]
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-link: @8826 on //depot/perlio: 4b803d04bc5b636b582540ea8352ce921e9bae28

p4raw-id: //depot/perl@8828


Trivial merge