Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c25af7d9772eae07700757f7061ca84e56c5c058 https://github.com/Perl/perl5/commit/c25af7d9772eae07700757f7061ca84e56c5c058 Author: Tony Cook <[email protected]> Date: 2022-06-27 (Mon, 27 Jun 2022)
Changed paths:
M pod/perlfunc.pod
Log Message:
-----------
point out that non-permission bits for mkdir's mode are non-portable
In particular the sticky bit may or may not be set by the system
mkdir() implementation.
Fixes #12082
