diff options
author | dave%intrec.com <> | 2000-09-06 11:57:24 +0000 |
---|---|---|
committer | dave%intrec.com <> | 2000-09-06 11:57:24 +0000 |
commit | 39ff6f4bda0f2a3d9050ea95feb2ca9f8eed19f8 (patch) | |
tree | febe022d61316579b0354d8aca924222f75bfbff /README | |
parent | html fix to reclose 21583 (diff) | |
download | bugzilla-39ff6f4bda0f2a3d9050ea95feb2ca9f8eed19f8.tar.gz bugzilla-39ff6f4bda0f2a3d9050ea95feb2ca9f8eed19f8.tar.bz2 bugzilla-39ff6f4bda0f2a3d9050ea95feb2ca9f8eed19f8.zip |
Fix for bug 21782: add instructions for using CPAN to install Perl modules
to the README.
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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: |