The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Socket::Class.

version 1.0.7
    - fixed snprintf on win32
    - fixed socket by reference destruction when using with threads

version 1.0.6
    - documentation updated
    - fixed sockt settings for parameters 'local_path' and 'remote_path'
      called by new()

version 1.0.5
    - fixed testscript for inet6
    - changed internal file structure

version 1.0.4
    - added function "select"
    - added examples to examples/*
    - fixed broken internal mutex handling
    - fixed internal error handling

version 1.0.3
    - bug on Windows Vista is fixed

version 1.0.2
    - fixed internal memory allocation macro "Newxz"

version 1.0.1
    - added timeout parameter to connect function
    - fixed formats of socket option SO_SNDTIMEO and SO_RCVTIMEO on win32
    - fixed various test scripts

version 1.0.0
    - initial version