in reply to Glue C library to Perl
Disclaimer: I am just in the process to convert a couple of modules from Inline::C to XS. Inline::C is nice for getting the work quickly done, but it is not optimal --- too slow in the compile process, you need extra dependencies, distribution of the generated libraries without using Inline::C is not possible out-of-the box.
|
|---|