Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 98517
Status: resolved
Priority: 0/
Queue: ExtUtils-MakeMaker

People
Owner: Nobody in particular
Requestors: ribasushi [...] leporine.io
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 7.00



Subject: Latest dev version space-handling likely broken
I am getting a bunch of failures on relatively modern perls - something internally is trying to execute "...perl -Iinc" as a filename. I have not had a chance to investigate this yet, can only say it is 100% reproducible. Likely won't be able to look at this until Friday. Just leaving a placeholder here for now. Search for string /home/travis/perl5/perlbrew/perls/5.12.2/bin/perl -Iinc: not found https://api.travis-ci.org/jobs/34138063/log.txt?deansi=true
Even more modern perl, seems to always be triggered by the MRO::Compat distribution: https://api.travis-ci.org/jobs/34138064/log.txt?deansi=true
I expect that this actually broken every dist using Module::Install.
On Tue Sep 02 03:49:21 2014, haarg wrote: Show quoted text
> I expect that this actually broken every dist using Module::Install.
And indeed EUMM's own bootstrapping. Raised an issue with more detailed analysis on Github. https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/149
This was fixed somewhere in the runup to 7.00. Thanks!