Skip Menu |

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

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

People
Owner: BINGOS [...] cpan.org
Requestors: davem [...] iabyn.com
Cc:
AdminCc:

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



Subject: Test warnings from MM_Unix.pm
Date: Mon, 13 Jun 2016 13:15:17 +0100
To: bug-ExtUtils-MakeMaker [...] rt.cpan.org
From: Dave Mitchell <davem [...] iabyn.com>
In blead, make test on MakeMaker 7.18 (also 7.19_02) gives: Use of uninitialized value in string ne at /home/davem/perl5/git/bleed/cpan/ExtUtils-MakeMaker/../../lib/ExtUtils/MM_Unix.pm line 2069. Use of uninitialized value in string ne at /home/davem/perl5/git/bleed/cpan/ExtUtils-MakeMaker/../../lib/ExtUtils/MM_Unix.pm line 2069. 2067: my $lib_paths = $self->{UNINSTALLED_PERL} || $self->{PERL_CORE} 2068: ? $self->{PERL_ARCHLIB} ne $self->{PERL_LIB} ? 2069: q{ "-I$(PERL_LIB)" "-I$(PERL_ARCHLIB)"} : q{ "-I$(PERL_LIB)"} 2070: : undef; -- Nothing ventured, nothing lost.
On Mon Jun 13 08:15:43 2016, davem@iabyn.com wrote: Show quoted text
> In blead, make test on MakeMaker 7.18 (also 7.19_02) gives: > > Use of uninitialized value in string ne at > /home/davem/perl5/git/bleed/cpan/ExtUtils- > MakeMaker/../../lib/ExtUtils/MM_Unix.pm line 2069. > Use of uninitialized value in string ne at > /home/davem/perl5/git/bleed/cpan/ExtUtils- > MakeMaker/../../lib/ExtUtils/MM_Unix.pm line 2069. > > > 2067: my $lib_paths = $self->{UNINSTALLED_PERL} || $self-
> >{PERL_CORE}
> 2068: ? $self->{PERL_ARCHLIB} ne $self->{PERL_LIB} ? > 2069: q{ "-I$(PERL_LIB)" "-I$(PERL_ARCHLIB)"} : q{ "- > I$(PERL_LIB)"} > 2070: : undef;
This has been resolved, many thanks.