$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2004/05/19 21:13:34 msf Exp $
--- Makefile.PL.orig	2002-06-24 23:59:08.000000000 -0400
+++ Makefile.PL	2004-04-29 09:53:45.000000000 -0400
@@ -1,19 +1,19 @@
 use ExtUtils::MakeMaker;
 
-my @programs;
+my @programs = ('ysh', 'xyx', 'yaml2outline', 'phone2yaml' );
 
-for (split "\n", <<'QUERIES') {
-ysh|y|YAML Shell
-xyx|y|YAML<->XML transform
-yaml2outline|y|YAML-to-Outline converter
-phone2yaml|y|Palm phone list converter
-QUERIES
-    my ($program, $default, $description) = split /\|/, $_;
-    if (prompt("Do you want to install '$program', the $description?", 
-               $default) =~ /^y/) {
-	push(@programs, $program);
-    }
-}
+#for (split "\n", <<'QUERIES') {
+#ysh|y|YAML Shell
+#xyx|y|YAML<->XML transform
+#yaml2outline|y|YAML-to-Outline converter
+#phone2yaml|y|Palm phone list converter
+#QUERIES
+#    my ($program, $default, $description) = split /\|/, $_;
+#    if (prompt("Do you want to install '$program', the $description?", 
+#               $default) =~ /^y/) {
+#	push(@programs, $program);
+#    }
+#}
 
 WriteMakefile(
     NAME => 'YAML',
