You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed this issue while checking a windows CI runner
2020-08-03T03:11:49.2474341Z Use of uninitialized value in concatenation (.) or string at D:\a\perl\perl\lib/ExtUtils/MM_Win32.pm line 146.
2020-08-03T03:11:49.2475026Z Use of uninitialized value in concatenation (.) or string at D:\a\perl\perl\lib/ExtUtils/MM_Win32.pm line 146.
This warning points to an actually issue. Trying to make the warning go away without fixing that issue is rather the wrong approach.
PERL_SRC is supposed to contain the path to the root of the perl source tree. It is always supposed to be set if PERL_CORE is set, and in fact MakeMaker warns if it isn't.
Making that path empty will only result in an invalid path, this does not solve anything.
I noticed this issue while checking a windows CI runner
view raw log from https://pipelines.actions.githubusercontent.com/StwKAELrIIfJZjsjvFeJdim2u3AOp8ez6qvldOETh5vCDDWoz5/_apis/pipelines/1/runs/305/signedlogcontent/24?urlExpires=2020-08-03T04%3A56%3A23.5820001Z&urlSigningMethod=HMACV1&urlSignature=gbS4rY1tn8pCqAYy5pW3xLRld2r6pQOEIaKaAgW4PwQ%3D
Suggested patch:
The text was updated successfully, but these errors were encountered: