blob: 9441e1885db0c4af78f8af8aa55d0e0651908f1d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.PL.orig Mon Nov 6 17:56:27 2000
+++ Makefile.PL Fri Nov 17 18:03:03 2000
@@ -27,7 +27,7 @@
module was written to help speed up grepmail's mailbox processing. It
can speed things up by 10-20% (y/n)
EOF
- my $response = <STDIN>;
+ my $response = "n";
if ($response =~ /^n/i)
{
|