in reply to Better way to force Inline to use compiled binary instead of C source?

It might be worth looking at Inline::Module. You can keep your code using the Inline setup, and let Inline::Module handle the XS wrapping. After that you can treat it as a normal module.

  • Comment on Re: Better way to force Inline to use compiled binary instead of C source?