Changes for version 0.211 - 2023-11-18

  • Incompatible Changes
    • The return types of the following methods becomes void.
      • IO::Handle
        • sync print printf say close truncate
      • IO::File
        • close flush printflush open fdopen
      • IO::Socket
        • close setsockopt connect listen bind shutdown socket
    • Remove the set_sockopt method from the IO::Socket class.
    • Remove the getsockopt method from the IO::Socket class.
    • The type of Timeout field in the IO::Socket becomes double.
  • Changes
    • The write method in the IO::File returns written length.

Modules

File IO, Socket, Select/Polling.
File Input/Output
I/O Handling
Socket Communications
Short Description