The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.004

  • NOTE: Version 2.005 will change the default ipv value to * meaning it will attempt to bind IPv4 and IPv6 if they are available if you pass a hostname
  • Add Net::Server::Proto->get_addr_info which can more reliably resolve domain information.
  • Use that information to figure out an appropriate host to bind to for tests
  • Make get_addr_info less reliant on magic values of sysctl net.ipv6.bindv6only
  • Allow all tests to function in IPv6 only environments
  • Fix broken number of tests in test suite
  • Add warnings about changes to the default value of ipv coming in 2.005

Documentation

Base Net::Server starting module

Modules

Extensible, general Perl server engine
Safe fork and daemonization utilities
Net::Server personality
very basic Net::Server based HTTP server class
Net::Server personality
Net::Server personality
Multiplex several connections within one process
basic Net::Server based PSGI HTTP server class
Net::Server personality
Net::Server personality
Net::Server Protocol compatibility layer
Net::Server SSL protocol.
Custom Net::Server SSL protocol handler based on Net::SSLeay.
Net::Server TCP protocol.
Net::Server UDP protocol.
Net::Server UNIX protocol.
Net::Server UNIXDGRAM protocol.
adpf - Safer signal handling
Net::Server personality

Provides

in lib/Net/Server/INET.pm
in lib/Net/Server/Multiplex.pm
in lib/Net/Server.pm