- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 02 Feb 2009 17:36:25 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/docs
In directory hutz:/tmp/cvs-serv7693/docs
Modified Files:
checklink.html
Log Message:
Minor typo etc edits to the "install with CPAN" section.
Index: checklink.html
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/docs/checklink.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- checklink.html 2 Feb 2009 16:26:45 -0000 1.48
+++ checklink.html 2 Feb 2009 17:36:23 -0000 1.49
@@ -120,11 +120,11 @@
<a href="http://www.cpan.org/">CPAN</a> distribution, and depends on
a few other modules which are also available from CPAN.
</p>
- <h3 id="install-CPAN">Install with the CPAN Utility</h3>
+ <h3 id="install-CPAN">Install with the CPAN utility</h3>
- <p>If you system has a working installation of perl, you should be able to install the link checker with a single line from the commandline shell:</p>
- <p><kbd>sudo perl -MCPAN -e 'install W3C::LinkChecker</kbd> (use without the <kbd>sudo</kbd> command if installing from administrator account).</p>
- <p>If this is the first time you use the CPAN utility, you may have to answer a few setup questions before the tool downloads, builds and install the link checker</p>
+ <p>If you system has a working installation of Perl, you should be able to install the link checker and its dependencies with a single line from the commandline shell:</p>
+ <p><kbd>sudo perl -MCPAN -e 'install W3C::LinkChecker'</kbd> (use without the <kbd>sudo</kbd> command if installing from an administrator account).</p>
+ <p>If this is the first time you use the CPAN utility, you may have to answer a few setup questions before the tool downloads, builds and installs the link checker.</p>
<h3 id="install-manual">Install by hand</h3>
Received on Monday, 2 February 2009 17:36:35 UTC