http://www.perlmonks.org?node_id=1018915


in reply to Creating a new module with an XS submodule

Now my question is, how to set about to create all this?

Oh boy :) see Getting Started with Inline::C, Re: Inline::C with multiple *.c, and examine the build directory

For super short example see SOso-0.01.patch.txt

More specifically, which module creation framework to use, and how exactly?

none, they don't really help

  • Comment on Re: Creating a new module with an XS submodule

Replies are listed 'Best First'.
Re^2: Creating a new module with an XS submodule
by kikuchiyo (Hermit) on Feb 15, 2013 at 20:13 UTC

    I know about Inline::C, I've used it in the past, but I don't see how it could help me here. I was under the impression that it is primarily for embedding C code in perl scripts quickly and easily, whereas I want to create a proper module that I eventually want to release on CPAN.

    My question was more about module organization, anyway.

    none, they don't really help

    Would you care to elaborate on that?