pkgsrc/www/p5-HTML-Parser/patches/patch-aa
jlam a9ac1ca26d Update p5-HTML-Parser to 3.13. Make me the maintainer. Changes from
version 3.11:

     Experimental support for decoding of Unicode entities.

     HTML::Entities documentation spelling.
2000-10-15 02:19:38 +00:00

13 lines
448 B
Text

$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");
}