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

12 lines
248 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- Config.PL~ Tue Jun 14 14:04:10 2016
+++ Config.PL Tue Jun 14 14:05:07 2016
@@ -179,6 +179,8 @@
called_directly();
}
+exit;
+
$stderr->print("\nSpecify$new defaults for Mail::Sender? (y/N) ");
my $res = $stdin->getline();
chomp $res;