We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This logic shoves a flag from pathconf() into sysconf(), allegedly, to check the value of _POSIX_CHOWN_RESTRICTED:
File-Temp/lib/File/Temp.pm
Lines 745 to 752 in 2847f33
Apparently what happens in reality is a call to sysconf(_SC_TZNAME_MAX).
sysconf(_SC_TZNAME_MAX)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This logic shoves a flag from pathconf() into sysconf(), allegedly, to check the value of _POSIX_CHOWN_RESTRICTED:
File-Temp/lib/File/Temp.pm
Lines 745 to 752 in 2847f33
Apparently what happens in reality is a call to
sysconf(_SC_TZNAME_MAX)
.The text was updated successfully, but these errors were encountered: