typo correction in the installation manual, thanks Charlie K1XX
[spider.git] / html / installation-1.html
index 6e9dfa39faa35637cedb8ff74934b070e607e08b..be34a46597116d2eaf925a817e9476604699c22c 100644 (file)
@@ -33,7 +33,7 @@ in the development of Spider.
 <P>
 <P>In addition to the standard Red Hat distribution you will require the 
 following modules from 
-<A HREF="http://www.cpan.org/CPAN.html">http://www.cpan.org/CPAN.html</A> , please note however that with later versions of perl, some of these
+<A HREF="http://www.cpan.org/modules/by-module/">http://www.cpan.org/modules/bymodule/</A> , please note however that with later versions of perl, some of these
 modules may be included with the distribution.  Get the modules anyway and try
 to install as below.  If they complain, they are probably already a part of your
 perl distribution.
@@ -107,7 +107,7 @@ that's where you have put them.
 #
 # tar xvfz /usr/local/packages/Digest-SHA1-2.01.tar.gz
 # cd Digest-SHA1-2.01
-# perl Makefile.pl
+# perl Makefile.PL
 # make test
 # make install
 # cd ..