$NetBSD: patch-aa,v 1.2 2003/08/25 00:00:09 heinz Exp $ --- Makefile.PL.orig Fri Aug 15 17:32:56 2003 +++ Makefile.PL @@ -19,7 +19,7 @@ the question below such entities will be 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"); }