diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-01 23:00:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-01 23:00:30 +0000 |
commit | eced49b83e02dd964730788197e3fead47f32a51 (patch) | |
tree | 7d1f2b8fa86792c43cb4f1c9cef4e1dae552ef33 /www/p5-HTML-Parser/Makefile | |
parent | e4af2b5124608277a28362deb5fd83dbc6e86010 (diff) | |
download | pkgsrc-eced49b83e02dd964730788197e3fead47f32a51.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/Makefile')
-rw-r--r-- | www/p5-HTML-Parser/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |