Branch: refs/heads/el-sur-dynaloader
Home: https://github.com/Perl/perl5
Commit: 36276df9d0a0c10b1bb13890a8ac0eedce987f8c
https://github.com/Perl/perl5/commit/36276df9d0a0c10b1bb13890a8ac0eedce987f8c
Author: Leon Timmermans <[email protected]>
Date: 2020-12-22 (Tue, 22 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.