diff options
author | wiz <wiz> | 2006-01-01 23:00:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-01-01 23:00:30 +0000 |
commit | 6c835b508b7f73b7be543bbf5a5bd85334e7f910 (patch) | |
tree | 7d1f2b8fa86792c43cb4f1c9cef4e1dae552ef33 /www/p5-HTML-Parser | |
parent | b15efba7747364f2bd1de11aa1d0e75e58ed489c (diff) | |
download | pkgsrc-6c835b508b7f73b7be543bbf5a5bd85334e7f910.tar.gz |
Update to 3.48:
2005-12-02 Gisle Aas
Release 3.48
Enabling empty_element_tags by default for HTML::TokeParser
was a mistake. Reverted that change.
<https://rt.cpan.org/Ticket/Display.html?id=16164>
When processing a document with "marked_sections => 1", the
skipped text missed the first 3 bytes "<![".
<https://rt.cpan.org/Ticket/Display.html?id=16207>
2005-11-22 Gisle Aas
Release 3.47
Added empty_element_tags and xml_pic configuration
options. These make it possible to enable these XML
features without enabling the full XML-mode.
The empty_element_tags is enabled by default for
HTML::TokeParser.
Diffstat (limited to 'www/p5-HTML-Parser')
-rw-r--r-- | www/p5-HTML-Parser/Makefile | 4 | ||||
-rw-r--r-- | www/p5-HTML-Parser/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile index 58d150aa57a..bf05bfc968c 100644 --- a/www/p5-HTML-Parser/Makefile +++ b/www/p5-HTML-Parser/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2005/11/23 22:17:07 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2006/01/01 23:00:30 wiz Exp $ # -DISTNAME= HTML-Parser-3.46 +DISTNAME= HTML-Parser-3.48 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5hpa CATEGORIES= www perl5 diff --git a/www/p5-HTML-Parser/distinfo b/www/p5-HTML-Parser/distinfo index 5974d254eb4..d4944d4ebec 100644 --- a/www/p5-HTML-Parser/distinfo +++ b/www/p5-HTML-Parser/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2005/11/23 22:17:07 wiz Exp $ +$NetBSD: distinfo,v 1.13 2006/01/01 23:00:30 wiz Exp $ -SHA1 (HTML-Parser-3.46.tar.gz) = 17497ad12ee7df3a31b16700d05fc007e0ebb9a6 -RMD160 (HTML-Parser-3.46.tar.gz) = 8b21122f649b7414cbcfa3cf0acfc0410f3d9317 -Size (HTML-Parser-3.46.tar.gz) = 81935 bytes +SHA1 (HTML-Parser-3.48.tar.gz) = f740cbcbe6c17c3f84e9a142d29de0d1dde9d63a +RMD160 (HTML-Parser-3.48.tar.gz) = 9dd1cd6714ff90ec50ce4fe6e330be512a2340af +Size (HTML-Parser-3.48.tar.gz) = 82678 bytes |