$NetBSD: patch-aa,v 1.1 2000/10/15 02:19:39 jlam Exp $ --- Makefile.PL.orig Sat Sep 16 21:40:09 2000 +++ Makefile.PL Sun Sep 24 19:40:27 2000 @@ -19,7 +19,7 @@ only entities in the Latin-1 range is decoded. EOT - my $ans = prompt("Do you want decoding on unicode entities?", "no"); + my $ans = "y"; #prompt("Do you want decoding on unicode entities?", "no"); if ($ans =~ /^y(es)?$/i) { push(@define, "-DUNICODE_ENTITIES"); }