Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 6d6dfd1acb702a4d64c718bca714a2c3 > files > 2

perl-Test-TCP-0.16-1.fc13.noarch.rpm

Revision history for Perl extension Test::TCP

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