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})