summaryrefslogtreecommitdiff
path: root/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL
blob: 1df0b70c092dbab215b704c43e2f2a0a2fc9f134 (plain) (blame)
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
--- Makefile.PL.orig	Wed Oct 12 11:21:00 2005
+++ Makefile.PL	Wed Oct 12 11:21:16 2005
@@ -16,22 +16,6 @@
 	'HTTP::Response'		=>	0,
 };
 
-# Ask users if they want SSL support
-my $value = prompt( 'Do you want SSL support ( requires POE::Component::SSLify ) [Y/n]?', 'Y' );
-
-# Add to the prereqs PoCo::SSLify?
-if ( $value =~ /^Y$/i ) {
-	$prereqs->{ 'POE::Component::SSLify' } = '0.04';
-}
-
-# Ask users if they want PreFork support
-$value = prompt( 'Do you want PreFork support ( requires IPC::Shareable ) [Y/n]?', 'Y' );
-
-# Add to the prereqs IPC::Shareable?
-if ( $value =~ /^Y$/i ) {
-	$prereqs->{ 'IPC::Shareable' } = '0';
-}
-
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
 WriteMakefile(