Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 51796
Status: resolved
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: jesse [...] fsck.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: 0.36



Subject: Latest M::B in blead fails bundle_inc.t
Date: Sat, 21 Nov 2009 14:59:10 -0500
To: bug-module-build [...] rt.cpan.org
From: Jesse Vincent <jesse [...] fsck.com>
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.
Subject: Re: [rt.cpan.org #51796] Latest M::B in blead fails bundle_inc.t
Date: Sat, 21 Nov 2009 17:15:27 -0500
To: bug-Module-Build [...] rt.cpan.org
From: David Golden <dagolden [...] cpan.org>
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
Patched in blead and repo.