Re: Ending Build.PL if there are missing modules

[email protected] (Adam Kennedy) Sun, 5 Feb 2012 13:51:55 +1100
Newsgroups perl.module.build
Message-ID <CAAVyNAyr_07TGWwpdcf6FdFKbT93EFCmqeoa5Hc1JhjA=sNkSA@mail.gmail.com>
I was thinking about dropping anything without a specific numberic
version completely and requiring manual, because I figure the chances
for misidentification is too high (whereas a number will only really
be there after a human has put some specific thought into it).

Adam

On Sun, Feb 5, 2012 at 1:50 PM, David Golden <[email protected]> wrote:
> On Sat, Feb 4, 2012 at 9:43 PM, Adam Kennedy <[email protected]> wrote:
>> If the goal is only to pick up versioned dependencies, I'm surprised
>> we even need to bother with that.
>
> It picks up as many "standard" dependencies as it can, but treats
> anything without a version as requesting version 0.
>
> -- David