- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Jan 2009 21:01:42 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin In directory hutz:/tmp/cvs-serv11788/bin Modified Files: checklink Log Message: making sure broken links get seen first. They are the prime concern. Moving the fragments report lower. Index: checklink =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v retrieving revision 4.128 retrieving revision 4.129 diff -u -d -r4.128 -r4.129 --- checklink 6 Jan 2009 20:37:48 -0000 4.128 +++ checklink 6 Jan 2009 21:01:39 -0000 4.129 @@ -1061,8 +1061,8 @@ } print "\n" unless $Opts{Quiet}; - &anchors_summary($p->{Anchors}, \%errors); &links_summary(\%links, \%results, \%broken, \%redirects); + &anchors_summary($p->{Anchors}, \%errors); # Do we want to process other documents? if ($depth != 0) {
Received on Tuesday, 6 January 2009 21:01:50 UTC