Roderich Schupp wrote
Good question, I dunno. Unfortunately the commit log that added this
entry was lost 13 years ago,
so that won't help either. It's effectively useless, as XSLoader.pm
thanks for the insight.
Oliver
On Fri, Jul 12, 2019 at 5:32 AM Oliver Betz wrote:
> PatchContent.pm has an entry for XSLoader.pm:
> ...
>
What is it good for?
>
Good question, I dunno. Unfortunately the commit log that added this entry
was lost 13 years ago,
so that won't help either. It's effectively useless, as XSLoader.pm
Hi,
PatchContent.pm has an entry for XSLoader.pm:
goto \&XSLoader::bootstrap_inherit unless $module and defined
&dl_load_file;' => 'goto \&XSLoader::bootstrap_inherit;
This means, the "unless $module and defined &dl_load_file" condition is
stripped in line 34 of XSLoader.pm with the effect that