Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: KSTAR [...] cpan.org
Cc:
AdminCc:

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



Subject: Test fails when $^X contains spaces
t/001_compile.t fails when $^X contains spaces. To fix, either change ok !system("$^X Makefile.PL"), "ran Makefile.PL"; to ok !system("\"$^X\" Makefile.PL"), "ran Makefile.PL"; or remove the line entirely (it's not clear to me how one could have gotten this far without successfully running Makefile.PL)
On Thu Apr 12 05:12:36 2018, KSTAR wrote: Show quoted text
> t/001_compile.t fails when $^X contains spaces. To fix, either change > ok !system("$^X Makefile.PL"), "ran Makefile.PL"; > to > ok !system("\"$^X\" Makefile.PL"), "ran Makefile.PL"; > or remove the line entirely (it's not clear to me how one could have > gotten this far without successfully running Makefile.PL)
Sorry for the delay. Shipped 0.09 with a different fix. Thanks.