sthen 9a6bba1984 update to p5-Mail-Sender 0.8.22, from dhill plus a tweak (stupid DOS line
endings in patched file), tested on 5.12/5.16
2013-03-19 12:15:19 +00:00

13 lines
345 B
Plaintext

$OpenBSD: patch-Config_PL,v 1.3 2013/03/19 12:15:19 sthen Exp $
--- Config.PL.orig Tue Mar 19 12:11:36 2013
+++ Config.PL Tue Mar 19 12:12:01 2013
@@ -73,6 +73,8 @@ nmake.exe may be found at ftp://ftp.microsoft.com/Soft
}
}
+exit;
+
print "\nSpecify$new defaults for Mail::Sender? (y/N) ";
$res = <STDIN>;
exit unless $res =~ /^y$/i;