Re: bundled obsolete M::B in inc/

David Golden <[email protected]> Wed, 18 Nov 2009 14:50:46 -0500
Newsgroups gmane.comp.lang.perl.modules.module-build
Message-ID <[email protected]>
On Wed, Nov 18, 2009 at 2:17 PM, Eric Wilhelm <[email protected]> wrote:
>>I don't know how CPANPLUS should deal with this.  Maybe if
>>"prereq_data" fails, you have to fall back to reading _build/prereqs.
>
> File a bug in EekBoek.

It's not really an EekBoek issue.  CPANPLUS started depending on a new
M::B feature -- but based on the version of the installed perl instead
of the object actually created (which is hard when running it in a
separate process).  Usually those are the same, but for EekBoek, they
aren't.

And for what it's worth, we'll have these sorts of issues again when
we start switching over to MYMETA, but that at least will be easier as
MYMETA either exists or it doesn't.

-- David