Show quoted text> When you say "manifest" I think you mean "prerequisites".
> Archive::Any does not list any test modules in its MANIFEST file nor
> does it ship with them.
Sorry - I didn't look at the files, just that the installation via CPAN
was (1) wanting to install Test::More and Test::Warn, and then was
failing because Test::Pod::Coverage was not installed.
Show quoted text>
> Yes, Test::More and Test::Warn can be declared as "build_requires".
But should it? None of the hundreds of CPAN modules I've installed have
required it, why does this one? I may be completely wrong here - I'm
not familiar with the Test frameworks at all...
Show quoted text> Test::Pod::Coverage should be a "build_recommends" but I'm not sure if
> MB supports that.
>
> The pod-coverage.t should replace its "use Pod::Coverage tests => 2"
> with "plan tests => 2".
>
> Hop to it, Clint. :)
I would but for (1) current deadlines and (2) see the above note about
not knowing the Test frameworks and then see point (1) again ;)
Clint