- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 06 May 2006 18:19:51 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv32061/bin
Modified Files:
checklink
Log Message:
Clean up arguments passed to HTML::Parser handlers.
Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.27
retrieving revision 4.28
diff -u -d -r4.27 -r4.28
--- checklink 5 May 2006 19:40:38 -0000 4.27
+++ checklink 6 May 2006 18:19:49 -0000 4.28
@@ -1196,7 +1196,7 @@
my $p = HTML::Parser::new(@_, api_version => 3);
# Start tags
- $p->handler(start => 'start', 'self, tagname, attr, text, event, tokens');
+ $p->handler(start => 'start', 'self, tagname, attr, text');
# Declarations
$p->handler(declaration =>
sub {
Received on Saturday, 6 May 2006 18:19:56 UTC