diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-08 22:23:27 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-08 22:23:27 +0000 |
commit | 511045b36cad041f247fbda619ba0a7de2c5d9bc (patch) | |
tree | e155cc431442e6cf6d3ec1901b3976f11b1bddf2 /www/p5-HTML-Parser/files/patch-Makefile.PL | |
parent | fix X manpage error. (diff) |
Upgrade p5-HTML-Parser => 3.15
p5-Net-Daemon => 0.34
p5-Storable => 1.0.7
Notes
Notes:
svn path=/head/; revision=36957
Diffstat (limited to 'www/p5-HTML-Parser/files/patch-Makefile.PL')
-rw-r--r-- | www/p5-HTML-Parser/files/patch-Makefile.PL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-HTML-Parser/files/patch-Makefile.PL b/www/p5-HTML-Parser/files/patch-Makefile.PL index c9ebc2def493..451e9bddad1a 100644 --- a/www/p5-HTML-Parser/files/patch-Makefile.PL +++ b/www/p5-HTML-Parser/files/patch-Makefile.PL @@ -1,12 +1,12 @@ ---- Makefile.PL.orig Fri Oct 13 08:53:50 2000 -+++ Makefile.PL Fri Oct 13 09:29:25 2000 +--- Makefile.PL.orig Tue Dec 26 15:48:57 2000 ++++ Makefile.PL Mon Jan 8 21:06:36 2001 @@ -10,19 +10,7 @@ } - if ($] >= 5.006) { + if ($] >= 5.007) { - print <<"EOT"; - --Perl-5.6 provide experimental core support for Unicode strings. You +-Perl-5.7 provide experimental core support for Unicode strings. You -can compile HTML::Entities so that Unicode entities like € and -€ are decoded into a string containing "\\x{20AC}". If you -select no to the question below such entities will be left alone and |