Thu Nov 22 13:30:44 2007remi.pauchet [...] netasq.com - Ticket created
Subject:
MIME::Lite & cygwin bug
Date:
Thu, 22 Nov 2007 17:04:21 +0100
To:
bug-MIME-Lite [...] rt.cpan.org
From:
Rémi Pauchet <remi.pauchet [...] netasq.com>
The last version of the MIME::Lite doesn't work with cygwin:
can't find an executable sendmail at /usr/lib/perl5/site_perl/5.8/MIME/Lite.pm line 403
The patch is easy:
Lite.pm:386
if ( $^O =~ /win32/i ) {
$Sender = "smtp";
=>
if ( ($^O =~ /win32/i) || ($^O =~ /cygwin/i) ) {
$Sender = "smtp";
Best regards,
Rémi Pauchet
Mon Dec 03 17:57:33 2007rjbs [...] cpan.org - Correspondence added
fixed in svn
--
rjbs
Mon Dec 03 17:57:36 2007The RT System itself - Status changed from 'new' to 'open'
Mon Dec 03 17:57:38 2007rjbs [...] cpan.org - Status changed from 'open' to 'resolved'