Networking constants and support functions

Edit Package perl-Socket
http://search.cpan.org/dist/Socket/

This module provides a variety of constants, structure manipulators
and other functions related to socket-based networking. The values
and functions provided are useful when used in conjunction with Perl
core functions such as socket(), setsockopt() and bind(). It also
provides several other support functions, mostly for dealing with
conversions of network addresses between human-readable and native
binary forms, and for hostname resolver operations.

Some constants and functions are exported by default by this module;
but for backward-compatibility any recently-added symbols are not
exported by default and must be requested explicitly. When an import
list is provided to the use Socket line, the default exports are not
automatically imported. It is therefore best practice to always to
explicitly list all the symbols required.

Refresh
Refresh
Source Files
Filename Size Changed
Socket-2.031.tar.gz 0000044719 43.7 KB
cpanspec.yml 0000000669 669 Bytes
perl-Socket.changes 0000004510 4.4 KB
perl-Socket.spec 0000003047 2.98 KB
Revision 9 (latest revision is 16)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 860682 from Tina Müller's avatar Tina Müller (tinita) (revision 9)
- updated to 2.031
   see /usr/share/doc/packages/perl-Socket/Changes
  2.031   2021-01-05
          [CHANGES]
           * Warn about truncation of out-of-range port numbers in
             pack_sockaddr_in*
          [BUGFIXES]
           * Avoid size warnings in leftshift operator (RT129217)
           * Don't wrap the now-deprecated addrinfo IDN constants
             ALLOW_UNASSIGNED and USE_STD3_ASCII_RULES (RT129660)
           * Skip the socketpair AF_UNIX+SOCK_DGRAM tests if the OS claims them
             to be unsupported (RT132946)
           * Prefer getaddrinfo() to implement inet_aton() because the
             alternative gethostbyname() has thread races (RT129189)
Comments 0
openSUSE Build Service is sponsored by