in reply to Re^2: 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?

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

  • Comment on Re^3: Module::Build::WithXSpp does not correctly handle XS files correctly?