Skip Menu |

This queue is for tickets about the MailTools CPAN distribution.

Report information
The Basics
Id: 5736
Status: resolved
Priority: 0/
Queue: MailTools

People
Owner: Nobody in particular
Requestors: ville.skytta [...] iki.fi
Cc:
AdminCc:

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



Subject: test.pm -> testfile.pm change incomplete
The test.pm -> testfile.pm change in 1.61 is incomplete, causing "make test" to fail in environments where an older version of MailTools is not installed. Fix attached.
--- Mail/Mailer.pm~ 2004-03-10 11:52:15.000000000 +0200 +++ Mail/Mailer.pm 2004-03-20 18:08:03.000000000 +0200 @@ -49,7 +49,7 @@ Use qmail's qmail-inject program to deliver the mail. -=item C<test> +=item C<testfile> Used for debugging, this displays the data on STDOUT. No mail is ever sent. C<$command> is ignored. @@ -140,7 +140,7 @@ 'smtp' => undef, 'qmail' => '/usr/sbin/qmail-inject;/var/qmail/bin/qmail-inject', - 'test' => undef + 'testfile' => undef ); if($ENV{PERL_MAILERS})
Correct and corrected.