- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 29 Jul 2007 16:51:03 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv24922
Modified Files:
checklink
Log Message:
Signal explicit EOF to HTML::Parser in parse_document().
Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.59
retrieving revision 4.60
diff -u -d -r4.59 -r4.60
--- checklink 29 Jul 2007 16:49:00 -0000 4.59
+++ checklink 29 Jul 2007 16:51:00 -0000 4.60
@@ -1264,7 +1264,7 @@
# for right now.
$$docref =~ s/\<\?(xml:stylesheet.*?)\?\>/\<$1\>/ unless $p->{only_anchors};
- $p->parse($$docref);
+ $p->parse($$docref)->eof();
$response->content("");
if (! $Opts{Summary_Only}) {
Received on Sunday, 29 July 2007 16:51:05 UTC