typo correction in the installation manual, thanks Charlie K1XX
[spider.git] / txt / installation.txt
index 1285380d858ea80b46217e8bf7adf0b6a875a0b2..dbbde35cab4941fdb0daf6d78b7d276f2ea85093 100644 (file)
@@ -1,7 +1,7 @@
   The DXSpider Installation Manual v1.50
   Iain Philipps, G0RDI (g0rdi@77hz.com) and Ian Maude, G0VGS,
   (g0vgs@gb7mbc.net)
-  July 2002 revision 0.1
+  July 2002 revision 0.2
 
   A reference for SysOps of the DXSpider DXCluster program.
   ______________________________________________________________________
 
 
   In addition to the standard Red Hat distribution you will require the
-  following modules from http://www.cpan.org/CPAN.html , 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.
+  following modules from http://www.cpan.org/modules/bymodule/ , 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.
 
 
 
   #
   # 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 ..