Subject: | test fails on Win32 |
t/classic.t and t/test.t fail because Win32 doesn't allow to unlink not-
yet-closed files. Lexical filehandles would fix these.
t/sendmail.t fails mainly because Win32 doesn't understand shebang.
Converting executable scripts to .bat files (with pl2bat or something)
would do some tricks but in the meantime it would be the best to skip
these failing tests.
Subject: | patch |