Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 881a2f91cb76930d44b28088c0d7636cd4ca6d57
https://github.com/Perl/perl5/commit/881a2f91cb76930d44b28088c0d7636cd4ca6d57
Author: Craig A. Berry <[email protected]>
Date: 2022-09-23 (Fri, 23 Sep 2022)
Changed paths:
M makedef.pl
Log Message:
-----------
Don't export win32-only symbols on non-Windows
This was causing link-time errors in the VMS build because it was
trying to export symbols that don't exist.
Commit: 92ee38c43e6b2dfb9ccf6fd69cb7aba99241b629
https://github.com/Perl/perl5/commit/92ee38c43e6b2dfb9ccf6fd69cb7aba99241b629
Author: Craig A. Berry <[email protected]>
Date: 2022-09-23 (Fri, 23 Sep 2022)
Changed paths:
M t/io/socket.t
Log Message:
-----------
SO_SNDBUF requires elevated privileges on VMS
So we can't reasonably run a test that tries to change the socket
buffer size.
Compare: https://github.com/Perl/perl5/compare/56c95a7ae106...92ee38c43e6b