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
cperl 5.26.0 + perl-compiler 5f74704
related issue: #395
Expected output:
c:\apbuild\manual-test>perl -e "use Socket; warn Socket::fake_getaddrinfo()"
nodename nor servname provided, or not known at -e line 1.
Compiled output:
c:\apbuild\manual-test>perlcc --Wc="/Od" -e "use Socket; warn Socket::fake_getad
drinfo()" -r
not exists at C:/apbuild/cperl/lib/Socket.pm line 888.
-e syntax OK
cl : Command line warning D9025 : overriding '/O1' with '/Od'
Constant subroutine AI_CANONIDN redefined, called by a.exe:-1 at a.exe line 4294
967295.
Constant subroutine AI_IDN redefined, called by a.exe:-1 at a.exe line 429496729
5.
Constant subroutine AI_IDN_ALLOW_UNASSIGNED redefined, called by a.exe:-1 at a.e
xe line 4294967295.
Constant subroutine AI_IDN_USE_STD3_ASCII_RULES redefined, called by a.exe:-1 at
a.exe line 4294967295.
Constant subroutine EAI_BADHINTS redefined, called by a.exe:-1 at a.exe line 429
4967295.
Constant subroutine EAI_PROTOCOL redefined, called by a.exe:-1 at a.exe line 429
4967295.
Constant subroutine EAI_SYSTEM redefined, called by a.exe:-1 at a.exe line 42949
67295.
Constant subroutine NI_IDN redefined, called by a.exe:-1 at a.exe line 429496729
5.
Constant subroutine NI_IDN_ALLOW_UNASSIGNED redefined, called by a.exe:-1 at a.e
xe line 4294967295.
Constant subroutine NI_IDN_USE_STD3_ASCII_RULES redefined, called by a.exe:-1 at
a.exe line 4294967295.
Your vendor has not defined Socket macro AI_IDN, used at C:/apbuild/cperl/lib/So
cket.pm line 996
The text was updated successfully, but these errors were encountered:
cperl 5.26.0 + perl-compiler 5f74704
related issue: #395
Expected output:
Compiled output:
The text was updated successfully, but these errors were encountered: