656278f
From 7414dd092ff3033e588a2183f9f610a9299200f8 Mon Sep 17 00:00:00 2001
63aa985
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
63aa985
Date: Fri, 21 Jul 2017 10:20:00 +0200
63aa985
Subject: [PATCH] Non-interactive Makefile.PL
63aa985
MIME-Version: 1.0
63aa985
Content-Type: text/plain; charset=UTF-8
63aa985
Content-Transfer-Encoding: 8bit
63aa985
63aa985
Signed-off-by: Petr Písař <ppisar@redhat.com>
63aa985
---
656278f
 Makefile.PL | 5 -----
656278f
 1 file changed, 5 deletions(-)
63aa985
63aa985
diff --git a/Makefile.PL b/Makefile.PL
656278f
index 5721689..e0151ed 100644
63aa985
--- a/Makefile.PL
63aa985
+++ b/Makefile.PL
656278f
@@ -22,11 +22,6 @@ my $guess = ExtUtils::CppGuess->new;
656278f
 my @info = map $guess->$_,
656278f
   qw(compiler_command linker_flags iostream_fname cpp_flavor_defs);
63aa985
 
656278f
-$info[0] = prompt("What C++ compiler would you like to use?", $info[0]);
63aa985
-
656278f
-$info[1]
656278f
-  = prompt("What default libraries would you like to include?", $info[1]);
63aa985
-
656278f
 configure_distribution(@info);
63aa985
 
656278f
 WriteMakefile(
63aa985
-- 
656278f
2.20.1
63aa985