Skip Menu |

This queue is for tickets about the MIME-Types CPAN distribution.

Report information
The Basics
Id: 6839
Status: resolved
Priority: 0/
Queue: MIME-Types

People
Owner: Nobody in particular
Requestors: danvdascalescu [...] yahoo.com
Cc:
AdminCc:

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



Subject: $SENDMAIL not defined on Win32
Hello, In Lite.pm from MIME-Types-1.13.tar.gz, line 392 reads: my %SenderArgs = ( "sendmail" => ["$SENDMAIL -t -oi -oem"], "smtp" => [], "sub" => [], ); The problem is that $SENDMAIL is not defined if $^O =~ /win32/i (10 lines above). This will generate a "Use of uninitialized value in concatenation (.) or string" warning. The fix would be to define $SENDMAIL in the if branch for $^O matching /win32/i. Hope this helps, Dan Dascalescu
You probably mean to complain about the module MIME::Lite, which is part of MIMETools... not MIME::Types nor MailTools. Understandable confusion.