Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

What is the patch in XSLoader.pm good for?

0 views
Skip to first unread message

Oliver Betz

unread,
Jul 12, 2019, 12:45:03 PM7/12/19
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 "goto
\&XSLoader::bootstrap_inherit" is undonditional.

What is it good for?

TIA,

Oliver
0 new messages