Branch: refs/heads/el-sur-dynaloader
Home: https://github.com/Perl/perl5
Commit: 161d656490255a66f3ce15e73270520963ccf44e
https://github.com/Perl/perl5/commit/161d656490255a66f3ce15e73270520963ccf44e
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.