perl/modules/W3C/LinkChecker/bin checklink,3.37,3.38

Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv14405

Modified Files:
	checklink 
Log Message:
Set "self URI" to http://validator.w3.org/checklink in command line HTML mode.
Thanks to James Gallagher for the report.


Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 3.37
retrieving revision 3.38
diff -u -d -r3.37 -r3.38
--- checklink	20 Apr 2004 17:13:26 -0000	3.37
+++ checklink	28 Apr 2004 22:12:41 -0000	3.38
@@ -241,6 +241,8 @@
 
   &usage(1) unless @ARGV;
 
+  $Opts{_Self_URI} = 'http://validator.w3.org/checklink'; # For HTML output
+
   &ask_password() if ($Opts{User} && !$Opts{Password});
 
   my $first = 1;

Received on Wednesday, 28 April 2004 18:12:56 UTC