summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Twig/patches/patch-aa
blob: 20dae2df9c67d2e73fb2811dcc6739c92b667184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-aa,v 1.3 2005/02/19 19:32:21 wiz Exp $

--- Makefile.PL.orig	2005-02-10 13:27:15.000000000 +0100
+++ Makefile.PL
@@ -10,13 +10,9 @@ xml_pp|y|XML pretty printer
 xml_grep|y|XML grep - grep XML files using XML::Twig's subset of XPath
 xml_split|y|split big XML files
 xml_merge|y|merge back files created by xml_split
-xml_spellcheck|y|spellcheck XML files skipping tags
 QUERIES
     my ($program, $default, $description) = split /\|/, $_;
-    if (prompt("Do you want to install '$program' ($description)?", 
-               $default) =~ /^y/) {
-	push(@programs, $program);
-    }
+    push(@programs, $program);
 }
 
 WriteMakefile(