in reply to Re: Module development: concurrent versions (Updated)
in thread Module development: concurrent versions (Updated)
If it is absolutely necessary, rename versions (MyModule0_71.pm) for testing purposes. Though it is ugly work,
Yeah. That's what I did. But as you say, it is ugly.
Simple things like the bootstrap entry point having a specific rather than generic name is what causes the problems. And it is unnecessary as there would be no conflict in calling a XS_bootstrap entrypoint in many .dll/.so's.
|
|---|