Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 4e1743c01c56b892b7a354ce13b44a570edbff00 https://github.com/Perl/perl5/commit/4e1743c01c56b892b7a354ce13b44a570edbff00 Author: Karl Williamson <k...@cpan.org> Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths: M dist/IO/IO.pm M dist/IO/IO.xs M dist/IO/lib/IO/Dir.pm M dist/IO/lib/IO/File.pm M dist/IO/lib/IO/Handle.pm M dist/IO/lib/IO/Pipe.pm M dist/IO/lib/IO/Poll.pm M dist/IO/lib/IO/Seekable.pm M dist/IO/lib/IO/Select.pm M dist/IO/lib/IO/Socket.pm M dist/IO/lib/IO/Socket/INET.pm M dist/IO/lib/IO/Socket/UNIX.pm Log Message: ----------- dist/IO: Use ppport definition of OpSIBLING This module uses ppport.h, and its definition of this macro is more robust than the module's. And in any event, there shouldn't be redundant definitions, so that fixes to ppport.h automatically propagate to here and other modules.