1.61-0.fdr.2 - Add patch to complete test.pm -> testfile.pm change introduced in 1.61. 1.61-0.fdr.1 - Update to 1.61. - Reduce directory ownership bloat. - Run tests in the %check section. 1.60-0.fdr.1 - Update to 1.60. - Install into vendor dirs. - Spec cleanups. 1.58-0.fdr.5 - Package is now noarch 1.58-0.fdr.4 - Changed group tag - Making test in build section 1.58-0.fdr.3 - Modified files section 1.58-0.fdr.2 - Added forgotten description - Modified Summary according to Michael Schwendt suggestion - Modified tarball permissions to 0644 Sun Jun 15 2003 Dams <anvil[AT]livna.org> - Initial build.
21 lines
522 B
Diff
21 lines
522 B
Diff
--- 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})
|