On Mon Sep 25 06:19:23 2006, alexchorny@gmail.com wrote:
Show quoted text> ActiveState perl v5.8.7 built for MSWin32-x86-multi-thread
> Binary build 813
> Test::Trap v0.0.17
> Attached is test log with errors.
Thank you for the report!
There seems to be three issues, and I believe I have
identified two of them (in one of the libraries, I was
missing a binmode, and in one of the tests, I forgot to
check if ualarm was availible).
I think I have fixed these in SVN, but I don't have windows
availible at the moment, so I cannot yet test it myself.
The third issue has me baffled:
Show quoted text> Also Perl dies on 08-fork.t. Do you run tests with fork under taint?
For some or other reason, I wasn't (no -T on t/08-fork.t
shebang). In SVN, I have since added the -T. But what
difference that could possibly make, I have no idea.
I'll look into it when I get back. Meanwhile, I suppose
I'll prepare a release with the two fixes I do think I have.