Perl5-Alien / Alien-Base

Base classes for Alien:: modules (deprecated, see Alien-Build)
Other
35 stars 19 forks source link

Use of uninitialized value $_ in delete at Alien/Base/ModuleBuild.pm line 740. #171

Closed wbraswell closed 7 years ago

wbraswell commented 7 years ago

This is a seemingly non-fatal bug, which appears in more than one operating system...

Use of uninitialized value $_ in delete at Alien/Base/ModuleBuild.pm line 740.

In Windows: https://ci.appveyor.com/project/wbraswell/rperl/build/1.0.319#L3146

In Solaris: http://www.cpantesters.org/cpan/report/da23f76a-d717-11e6-9aca-9a525a7089b8

plicease commented 7 years ago

Pretty sure this is not a bug. It is a warning. I vaguely recall weird situations where @PATH from Env might have an undef it it. I am pretty sure that it is harmless.

wbraswell commented 7 years ago

I think this should fix it: https://github.com/Perl5-Alien/Alien-Base/pull/172

plicease commented 7 years ago

Fix for this is in the repo, and will be included in the next release.

wbraswell commented 7 years ago

:+1: