perl - Testing an XS module that uses Dist::Zilla -
i'm working on perl module has lot of xs code , uses dist::zilla
manage packaging. what's best way test things efficiently? know dzil test
, that's pretty slow because full build/compile/test cycle every time it's invoked.
it nice update parts need updating since last test, , able run t/*.t
test scripts rather of them. have solution like?
i have, in past, taken build.pl/makefile.pl generated dzil , dropped source repository "makefile_dev.pl" (or "build_dev.pl"), added manifest.skip (or dzil-based, generated equivalent) , used during development.
Comments
Post a Comment