.. highlight:: console .. _install-perlmodules-manual: =================================== Manual Installation of Perl Modules =================================== .. _modules-manual-instructions: Instructions ############ 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: :: # tar -xzvf .tar.gz # cd # perl Makefile.PL # make # make test # make install .. note:: In order to compile source code under Windows you will need to obtain a 'make' utility. The :command:`nmake` utility provided with Microsoft Visual C++ may be used. As an alternative, there is a utility called :command:`dmake` available from CPAN which is written entirely in Perl. As described in :ref:`modules-manual-download`, however, most packages already exist and are available from ActiveState or theory58S. We highly recommend that you install them using the ppm GUI available with ActiveState and to add the theory58S repository to your list of repositories. .. _modules-manual-download: Download Locations ################## .. note:: Running Bugzilla on Windows requires the use of ActiveState Perl |min-perl-ver| or higher. Many modules already exist in the core distribution of ActiveState Perl. Additional modules can be downloaded from ``_ if you use Perl |min-perl-ver|. CGI: * CPAN Download Page: ``_ * Documentation: ``_ Data-Dumper: * CPAN Download Page: ``_ * Documentation: ``_ Date::Format (part of TimeDate): * CPAN Download Page: ``_ * Documentation: ``_ DBI: * CPAN Download Page: ``_ * Documentation: ``_ DBD::mysql: * CPAN Download Page: ``_ * Documentation: ``_ DBD::Pg: * CPAN Download Page: ``_ * Documentation: ``_ Template-Toolkit: * CPAN Download Page: ``_ * Documentation: ``_ GD: * CPAN Download Page: ``_ * Documentation: ``_ Template::Plugin::GD: * CPAN Download Page: ``_ * Documentation: ``_ MIME::Parser (part of MIME-tools): * CPAN Download Page: ``_ * Documentation: ``_ .. _modules-manual-optional: Optional Modules ################ Chart::Lines: * CPAN Download Page: ``_ * Documentation: ``_ GD::Graph: * CPAN Download Page: ``_ * Documentation: ``_ GD::Text::Align (part of GD::Text::Util): * CPAN Download Page: ``_ * Documentation: ``_ XML::Twig: * CPAN Download Page: ``_ * Documentation: ``_ PatchReader: * CPAN Download Page: ``_ * Documentation: ``_