Oliver Betz
unread,Jul 11, 2019, 11:45:03 PM7/11/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
to p...@perl.org
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