perl5 icon indicating copy to clipboard operation
perl5 copied to clipboard

Make PerlIO::get_layers accept IO references #20058

Open Leont opened this issue 3 years ago • 0 comments

PerlIO::get_layers used to not work with IO references, now it does.

perl -MPerlIO -E 'my @ls = PerlIO::get_layers(*STDOUT{IO}); say("[@ls]")'

This fixes #20058

Leont avatar Aug 08 '22 19:08 Leont