Branch: refs/heads/el-sur-dynaloader
Home: https://github.com/Perl/perl5
Commit: ff1288e76d85e9f4f735909261ccebdde37930e8
https://github.com/Perl/perl5/commit/ff1288e76d85e9f4f735909261ccebdde37930e8
Author: Leon Timmermans <[email protected]>
Date: 2020-12-21 (Mon, 21 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: 779b2384149befdf390b162d50375fc85b0c5ab2
https://github.com/Perl/perl5/commit/779b2384149befdf390b162d50375fc85b0c5ab2
Author: Leon Timmermans <[email protected]>
Date: 2020-12-21 (Mon, 21 Dec 2020)
Changed paths:
M .github/workflows/testsuite.yml
Log Message:
-----------
WIP: try running tests on Big Sur?
Commit: 847a51c05bb153f4a5c187492e45f7d09669a4f5
https://github.com/Perl/perl5/commit/847a51c05bb153f4a5c187492e45f7d09669a4f5
Author: Leon Timmermans <[email protected]>
Date: 2020-12-21 (Mon, 21 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/5af290257493...847a51c05bb1