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 Test::TCP

0.09

    - don't leak the control by SIGTERM, some tcp server return the control by SIGTERM.
      (reported by kazuho++)

0.08

    - oops. I forget to remove 'use Params::Validate' statement.

0.07

    - diag when get a SIGABRT

0.06

    - pass the pid to client(kazuho)
    - remove deps for Params::Validate(tokuhirom)

0.05

    - updated docs
    - set ReuseAddr as true

0.04

    - Test::SharedFork 0.03 has a bug. depend to 0.04

0.03

    - do not depend to Sub::Exporter
    - use Test::SharedFork

0.02

    - fixed deps for Sub::Exporter(by yappo++)

0.01    Sun Aug 17 15:00:46 2008
        - original version