Revision history for Perl extension Test::TCP
1.14
- Fixed testing issue on AIX.
https://rt.cpan.org/Public/Bug/Display.html?id=72779
(w.phillip.moore)
- depend to Test::SharedFork 0.19 for better TB2 support
(tokuhirom)
1.13
- RT#67292: Tests are blocking in Windows 7.
https://rt.cpan.org/Ticket/Display.html?id=67292
- change port number range from 10000 .. 11000 to 50000 .. 60000 to respect IANA.
https://rt.cpan.org/Ticket/Display.html?id=64012
1.12
- workaround for win32 test fails.
https://rt.cpan.org/Ticket/Display.html?id=66016
- more diagnostic messages
1.11
- localize $@ in Test::TCP::DESTROY
1.10
- added Test::TCP->stop method
1.09
- added document in FAQ section
1.08
- no feature changes
1.07_01
- new OO interface!
1.07
- allow forking in the client(lestrrat)
1.06
- depend to Test::SharedFork 0.14. It fixes issue with Test::Builder2.
1.05
- workaround for $@ issue in test case.
Data::Util's method modifier clears $@.
1.04
- fixed local $@ issue. this happens on some version of perl5.
1.03
- release to cpan
- fixed win32 issue(charsbar)
1.02_02
- use randomness on finding empty port(suggested by kazuhooku)
- try to connect the port before bind(Tatsuhiko Miyagawa)
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