- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 03 May 2009 09:34:58 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv21152
Modified Files:
checklink
Log Message:
...
Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.159
retrieving revision 4.160
diff -u -d -r4.159 -r4.160
--- checklink 3 May 2009 09:34:08 -0000 4.159
+++ checklink 3 May 2009 09:34:56 -0000 4.160
@@ -668,7 +668,7 @@
} else {
require URI::file;
$Opts{Masquerade_From} = $masq[0];
- my $masq_to = URI->new($masq[1]);
+ my $u = URI->new($masq[1]);
$Opts{Masquerade_To} = $u->scheme() ? $u : URI::file->new_abs($masq[1]);
}
}
Received on Sunday, 3 May 2009 09:35:07 UTC