On Thu, Jan 21, 2010 at 2:50 AM, Andreas J. Koenig
<andreas.koenig.7os6VVqR@franz.ak.mind.de> wrote:
Show quoted text> I'm willing to help out from within the cpan shell. Test::Harness has
> already gotten special support for very old versions. And I find it
> reasonable to demand from the cpan shell to ignore "prefer_installer=MB"
> before Module::Build itself is installed. I think this should be doable
> (haven't yet tried it).
Doesn't help people with older CPAN's, though.
Show quoted text> I'd wish Module::Build would not require Test::Harness 3.16. I just ran
> the Bodule::Build test suite with 2.64 without a problem. Am I missing
> something?
From M::B Changes:
- Bumped Test::Harness prereq to 3.16 for latest PERL5LIB fixes (solves
test failures when installing Module::Build using CPANPLUS::Dist::Build)
[David Golden]
I don't think it's unreasonable to expect a certain set of
foundational toolchain modules to be Makefile.PL only -- sufficient to
bootstrap M::B. I've tried to keep M::B's prereqs minimal and have
bumped things where it's been necessary to ensure consistent,
cross-platform behaviors.
David