openbsd-ports/mail/p5-Mail-Sender/patches/patch-Config_PL

12 lines
333 B
Plaintext

$OpenBSD: patch-Config_PL,v 1.1.1.1 2006/11/13 15:20:08 espie Exp $
--- Config.PL.orig Mon Nov 13 12:33:34 2006
+++ Config.PL Mon Nov 13 12:34:56 2006
@@ -71,6 +71,7 @@ nmake.exe may be found at ftp://ftp.micr
}
}
+exit;
print "\nSpecify$new defaults for Mail::Sender? (y/N) ";
$res = <STDIN>;
exit unless $res =~ /^y$/i;