in reply to Re: Module::Build::WithXSpp does not correctly handle XS files correctly?
in thread Module::Build::WithXSpp does not correctly handle XS files correctly?

First, to use PPCODE, Wx embeds pure XS in "{% %}". So why don't I write XS code directly?

Second, Wx use ExtUtils::MakeMaker, but not M::B or M::B::WithXSpp.
  • Comment on Re^2: Module::Build::WithXSpp does not correctly handle XS files correctly?

Replies are listed 'Best First'.
Re^3: Module::Build::WithXSpp does not correctly handle XS files correctly?
by Anonymous Monk on Jan 10, 2014 at 09:59 UTC

    First, to use PPCODE, Wx embeds pure XS in "{% %}". So why don't I write XS code directly?

    Because xspp saves you typing because it is "thin" layer over xs?

    Second, Wx use ExtUtils::MakeMaker, but not M::B or M::B::WithXSpp.

    I don't see how this matters, both call INCLUDE_COMMAND...xspp... which works exactly the same way in both versions