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