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.