Branch: refs/heads/el-sur-dynaloader
Home: https://github.com/Perl/perl5
Commit: e6337679600d4db8fcce7a62764884b6ba8ae160
https://github.com/Perl/perl5/commit/e6337679600d4db8fcce7a62764884b6ba8ae160
Author: Leon Timmermans <[email protected]>
Date: 2020-12-18 (Fri, 18 Dec 2020)
Changed paths:
M ext/DynaLoader/DynaLoader_pm.PL
Log Message:
-----------
Make DynaLoader on MacOS check library existence with dlopen
A number of system libraries no longer exist as actual files, even
though dlopen will pretend they do, so now we fall back to dlopen if
a library file can not be found.
Commit: 70396d218752a7ae76181ea61cbf01c51ee57f5a
https://github.com/Perl/perl5/commit/70396d218752a7ae76181ea61cbf01c51ee57f5a
Author: Leon Timmermans <[email protected]>
Date: 2020-12-18 (Fri, 18 Dec 2020)
Changed paths:
M ext/POSIX/t/time.t
Log Message:
-----------
Correctly set LC_CTYPE back in POSIX/t/time.t
Commit: ee50a7022d9c7eecb72501f7ebd7c7498a281466
https://github.com/Perl/perl5/commit/ee50a7022d9c7eecb72501f7ebd7c7498a281466
Author: Leon Timmermans <[email protected]>
Date: 2020-12-18 (Fri, 18 Dec 2020)
Changed paths:
M .github/workflows/testsuite.yml
Log Message:
-----------
WIP: try running tests on Big Sur?
Commit: 3429c6a6abac415928eb0993d3db8b1c6624d50b
https://github.com/Perl/perl5/commit/3429c6a6abac415928eb0993d3db8b1c6624d50b
Author: Leon Timmermans <[email protected]>
Date: 2020-12-18 (Fri, 18 Dec 2020)
Changed paths:
M cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm
Log Message:
-----------
Use dlopen to check for library presence
Compare: https://github.com/Perl/perl5/compare/2cd5870dfe7a...3429c6a6abac