Subject: CVS commit: pkgsrc/www/p5-HTML-Parser
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 07/01/2002 15:12:02
Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Jul  1 12:12:02 UTC 2002

Modified Files:
	pkgsrc/www/p5-HTML-Parser: Makefile distinfo

Log Message:
Update to 3.26:
Avoid core dump in some cases where the callback croaks.
The perl_call_method and perl_call_sv needs G_EVAL flag
to be safe.

New parser attributes; 'attr_encoded' and 'case_sensitive'.
Contributed by Guy Albertelli II <guy@albertelli.com>.

HTML::Entities
    - don't encode \r by default as suggested by Sean M. Burke.

HTML::HeadParser
    - ignore empty http-equiv
    - allow multiple <link> elements.  Patch by
      Timur I. Bakeyev <timur@gnu.org>

Avoid warnings from bleadperl on the uentities test.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/www/p5-HTML-Parser/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/www/p5-HTML-Parser/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.