Oliver Betz
unread,Jul 12, 2019, 12:45:03 PM7/12/19You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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