in reply to Re^5: Multiple perl interpreters and Module::Runtime (XS--)
in thread Multiple perl interpreters and Module::Runtime
The .pm version of Params::Classify the docs are talking about is right beside the .xs module in the source archive.
If I edit the .pm module and comment-out the lines:
everything works correctly.eval { local $SIG{__DIE__}; require XSLoader; XSLoader::load(__PACKAGE__, $VERSION); };
|
|---|