Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 3329a50e1cc56e2c211883081285748d4b66a895
https://github.com/Perl/perl5/commit/3329a50e1cc56e2c211883081285748d4b66a895
Author: Karl Williamson <[email protected]>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M pod/perlapio.pod
Log Message:
-----------
perlapio: binmode() and apply_layers() require pTHX
These two functions, unlike all the rest, require the thread context
parameter to be explicitly passed. This commit makes the documentation
be accurate.