The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Test::TCP

1.02_01

    - better cleanup code by RAII pattern.
      https://rt.cpan.org/Ticket/Display.html?id=60657
      (reported by dgl)

1.02

    - lazy loading issue was fixed at Test::SharedFork 0.12.
      Depend to it.
      https://rt.cpan.org/Public/Bug/Display.html?id=60426
      (reported by J.)

1.01

    - remove unused deps for use_test_base().

1.00

    - bump up version!

0.16_02

    - oops. packaging miss.

0.16_01

    - Do not depend to IO::Socket::INET 1.31.
      Test::TCP works well with older IO, I hope.
      (suggested by mst)

0.16

    - check port asap(suggested by Hideki YAMAMURA)

0.15

    - fixed win32 issue(by charsbar++)

0.14

    - support win32

0.13

    - handle sigint(reported by kazuho++)

0.12

    - fixed broken test on solaris

0.11

    - fixed broken test, reported by drangon3++

0.10

    - don't leak the process when get a SIGDIE
    - diag when get SIGPIPE

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