Re: Perl's ExtUtils::MakeMaker fails and proposed fix

2012-04-06 Thread Marco Moreno
On Mon, Jul 11, 2011 at 9:00 AM, Reini Urban wrote: > > 2011/7/11 Reini Urban: > > 2011/7/7 Marco Moreno: > >> After doing a little debugging, I discovered why installing > >> ExtUtils::MakeMaker > >> was failing for me.  ExtUtils::MM_Cygwin.pm contains: > >> > >> =item maybe_command > >> > >> If

Re: Perl's ExtUtils::MakeMaker fails and proposed fix

2011-07-12 Thread Marco Moreno
On Jul 11, 2011, at 9:00 AM, Reini Urban wrote: > 2011/7/11 Reini Urban: >> Yes, this uncommon cornercase looks worthy to be fixed. >> Please file a perlbug for this. It should go to rt.perl.org. > > I just added it as https://rt.perl.org/rt3/Ticket/Display.html?id=94532 > -- > Reini Thanks fo

Re: Perl's ExtUtils::MakeMaker fails and proposed fix

2011-07-11 Thread Reini Urban
2011/7/11 Reini Urban: > 2011/7/7 Marco Moreno: >> After doing a little debugging, I discovered why installing >> ExtUtils::MakeMaker >> was failing for me.  ExtUtils::MM_Cygwin.pm contains: >> >> =item maybe_command >> >> If our path begins with F then we use C >> to determine if it may be a comm

Re: Perl's ExtUtils::MakeMaker fails and proposed fix

2011-07-10 Thread Reini Urban
2011/7/7 Marco Moreno: > Reini, > > After doing a little debugging, I discovered why installing > ExtUtils::MakeMaker > was failing for me.  ExtUtils::MM_Cygwin.pm contains: > > =item maybe_command > > If our path begins with F then we use C > to determine if it may be a command.  Otherwise we use

Perl's ExtUtils::MakeMaker fails and proposed fix

2011-07-07 Thread Marco Moreno
Reini, After doing a little debugging, I discovered why installing ExtUtils::MakeMaker was failing for me. ExtUtils::MM_Cygwin.pm contains: =item maybe_command If our path begins with F then we use C to determine if it may be a command. Otherwise we use the tests from C. =cut sub maybe_comma