Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-Send CPAN distribution.

Report information
The Basics
Id: 23759
Status: resolved
Priority: 0/
Queue: Email-Send

People
Owner: Nobody in particular
Requestors: ishigaki [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Download patch
application/octet-stream 2.2k

Message body not shown because it is not plain text.

These are addressed in the next release, which will be delivered tomorrow. I didn't use lexical filehandles, as the tests are meant to support 5.005; instead, I just close the filehandles after reading them. -- rjbs