On Sat, Nov 21, 2009 at 2:59 PM, Jesse via RT
<bug-Module-Build@rt.cpan.org> wrote:
Show quoted text> jesse@mar-adentro ~/git/other/perl (blead) $ ./perl -MTestInit
> cpan/Module-Build/t/bundle_inc.t
> 1..18
> Can't find 'build_params' in _build at
> /home/jesse/git/other/perl/cpan/Module-Build/../../lib/Module/Build/Base.pm
> line 1203.
> # Looks like your test exited with 2 before it could output anything.
Interesting. Fixing ConfigData seems to allow other things to break.
In this case, it's because the generated Makefile.PL isn't a
passthrough the way it is in the CPAN dist.
For blead, we can skip the bundle_inc testing, since it's only an
experimental feature. Longer term, I wonder whether there is a way to
have M::B self-install itself to lib.
David