Dne Út 12.čen.2012 11:16:28, DJERIUS napsal(a):
Show quoted text> Module::Install version 1.06 now has a requires_xs command which
> conflicts with that published by this module. It also causes the
> 01_example.t test to hang waiting for the user to disambiguate
requires_xs.
0.43 renamed requires_xs() to requires_ex_module(), but forgot to do the
rename in example/MyMakefile.PL too. Now xt/04_example.t fails because
compiler include path is not set to B::Hooks::OP::Annotation's headers.
Also there is small glitch. If I call make test with TEST_FILES listing
xt tests, then the variable will get propagated to example's make and
test_harnes() dies because it cannot locate xt/04_example.t.