Subject: | Module::Install::AuthorTests is broken with M::I 0.93 and 0.94 |
Any Makefile.PL that uses C<< author_tests('xt') >> is broken with M::I
0.93-0.94 because that will add xt/*.t to the test list twice, e.g.:
[...] t/*.t xt/*.t xt/*.t
Tap::Harness then fails with:
xt/01_pod.t ....................... ok
xt/01_pod.t ....................... ok
You already have a parser for (xt/01_pod.t). Perhaps you have run the
same test twice. at /usr/share/perl/5.10/TAP/Harness.pm line 489
make: *** [test_dynamic] Error 25