Re: What is the patch in XSLoader.pm good for?

2019-07-14 Thread Oliver Betz
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

Re: What is the patch in XSLoader.pm good for?

2019-07-12 Thread Roderich Schupp
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

What is the patch in XSLoader.pm good for?

2019-07-11 Thread Oliver Betz
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