- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 21 Apr 2008 07:31:53 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin In directory hutz:/tmp/cvs-serv10815 Modified Files: checklink Log Message: Note XHTML $response->base() improvements in libwww-perl >= 5.810 in comments. Index: checklink =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v retrieving revision 4.100 retrieving revision 4.101 diff -u -d -r4.100 -r4.101 --- checklink 21 Apr 2008 07:26:33 -0000 4.100 +++ checklink 21 Apr 2008 07:31:51 -0000 4.101 @@ -1509,6 +1509,7 @@ # HTML::HeadParser (thus taking care of it in $response->base() # transparently) for application/xhtml+xml and # application/vnd.wap.xhtml+xml documents + # --> it does in LWP >= 5.810 if ($tag eq 'base') { # Treat <base> (without href) or <base href=""> as if it didn't exist. if (defined($attr->{href}) && $attr->{href} ne '') {
Received on Monday, 21 April 2008 07:32:25 UTC