summaryrefslogtreecommitdiff
path: root/devel/p5-Log-Dispatch/patches/patch-aa
blob: a5d3d705c09715b2af0b5427a55dace05f530f91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
$NetBSD: patch-aa,v 1.1.1.1 2001/03/25 06:33:16 mjl Exp $

--- Makefile.PL.orig	Wed Aug 30 17:54:08 2000
+++ Makefile.PL	Sun Mar 25 08:20:30 2001
@@ -14,16 +14,16 @@
     }
 
     my %config;
-    $config{email_address} = prompt( q[
-To do a full test of the Log::Dispatch::* modules, we need
-to attempt to send an email.  If you want these tests to
-be done please supply an address.
-Address?] );
-
-    $config{syslog} = prompt( q[ 
-Do you want to test Log::Dispatch::Syslog by sending a message as
-daemon.notice?
-Yes/No?], 'No' );
+#    $config{email_address} = prompt( q[
+#To do a full test of the Log::Dispatch::* modules, we need
+#to attempt to send an email.  If you want these tests to
+#be done please supply an address.
+#Address?] );
+
+#    $config{syslog} = prompt( q[ 
+#Do you want to test Log::Dispatch::Syslog by sending a message as
+#daemon.notice?
+#Yes/No?], 'No' );
 
     delete $config{syslog} if $config{syslog} !~ /^y(?:es)?/i;
 
@@ -91,7 +91,7 @@
 
     while (1)
     {
-	chomp (my $module = <STDIN>);
+#	chomp (my $module = <STDIN>);
 	last unless $module;
 
 	if (-e "./Dispatch/$module")