Manual Installation of Perl Modules
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:
bash# tar -xzvf <module>.tar.gz
bash# cd <module>
bash# perl Makefile.PL
bash# make
bash# make test
bash# make install
In order to compile source code under Windows you will need to obtain
a 'make' utility. The nmake utility provided with
Microsoft Visual C++ may be used. As an alternative, there is a
utility called dmake available from CPAN which is
written entirely in Perl.
As described in , 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.
Download Locations
Running Bugzilla on Windows requires the use of ActiveState
Perl 5.8.1 or higher. Many modules already exist in the core
distribution of ActiveState Perl. Additional modules can be downloaded
from if you use
Perl 5.8.x or from
if you use Perl 5.10.x.
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:
File::Spec:
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:
Optional Modules
Chart::Base:
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:
Image::Magick:
CPAN Download Page:
Documentation: