Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 596a08d178db0b06f82e95e5389e608471599103
https://github.com/Perl/perl5/commit/596a08d178db0b06f82e95e5389e608471599103
Author: Karl Williamson <[email protected]>
Date: 2023-03-01 (Wed, 01 Mar 2023)
Changed paths:
M ext/POSIX/POSIX.xs
M ext/POSIX/lib/POSIX.pm
Log Message:
-----------
POSIX.xs: Silence compiler warning
This happens only in the unlikely event that localeconv() isn't present
on the system.
There are two ways used in this file to announce the lack of system.
This commit converts to the other way than previously, and the warning
goes away.
Commit: 8080cb01d36c13a506b5deb145c93612c999c848
https://github.com/Perl/perl5/commit/8080cb01d36c13a506b5deb145c93612c999c848
Author: Karl Williamson <[email protected]>
Date: 2023-03-01 (Wed, 01 Mar 2023)
Changed paths:
M ext/POSIX/lib/POSIX.pod
Log Message:
-----------
POSIX.pod: Remove obsolete C89 reference
Compare: https://github.com/Perl/perl5/compare/a769d3e640ce...8080cb01d36c