perl5
perl5 copied to clipboard
[Win32] Define some Socket-related %Config keys
Affects only mingw-w64 builds of perl. With mingw-w64, the Socket module that is built during the building of perl has lacked some features that are provided by a Socket module that is built and installed subsequent to the building of perl. This PR now gives us the fully featured Socket module when built as part of the perl build.
Fixes https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues/221 Also closes https://rt.cpan.org/Public/Bug/Display.html?id=149072
- This set of changes does not require a perldelta entry.