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