The Bugzilla Guide - 2.17.7 Development Release | ||
---|---|---|
Prev | Appendix C. Manual Installation of Perl Modules | Next |
If you need to install Perl modules manually, here's how it's done. Download the module using the link given in the next section, and then apply this magic incantation, as root:
bash# tar -xzvf <module>.tar.gz bash# cd <module> bash# perl Makefile.PL bash# make bash# make test bash# make install |