$NetBSD: patch-aa,v 1.2 2004/02/21 01:44:00 gson Exp $

--- Makefile.PL.orig	2004-01-08 08:38:34.000000000 -0800
+++ Makefile.PL
@@ -8,13 +8,9 @@
 for (split "\n", <<'QUERIES') {
 xml_pp|y|XML pretty printer
 xml_grep|y|XML grep - grep XML files using XML::Twig's subset of XPath
-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(
