]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 21782: add instructions for using CPAN to install Perl modules
authordave%intrec.com <>
Wed, 6 Sep 2000 11:57:24 +0000 (11:57 +0000)
committerdave%intrec.com <>
Wed, 6 Sep 2000 11:57:24 +0000 (11:57 +0000)
to the README.

README

diff --git a/README b/README
index 2eceb1ac8c429656fc6e2ed48d764e44b405c5e3..46c60cb46a460e340251c92161fd3adfc246c227 100644 (file)
--- a/README
+++ b/README
@@ -101,7 +101,14 @@ real tendency to bog down, so please use mirrors.  The current location
 at the time of this writing (02/17/99) can be found in Appendix A.
 
   Quality, general Perl module installation instructions can be found on
-the CPAN website, but basically you'll just need to:
+the CPAN website, but the easy thing to do is to just use the CPAN shell which does all the hard work for you
+
+To use the CPAN shell to install DBI:
+
+               1. Type perl -MCPAN -e 'install "DBI"'
+(replace DBI with the name of the module you wish to install, Data::Dumper, etc...)
+
+To do it the hard way:
 
         1. Untar the module tarball -- it should create its own directory
         2. Enter the following commands: