Revision history for Perl extension Test::TCP
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