From 8ab64629d3a091a0ccb6af52c48ee7bb9fd8834d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 4 Apr 2008 00:05:36 +0000 Subject: Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch by A.A. Shimono (himorin) r=LpSolit r=mkanat a=LpSolit --- docs/en/xml/modules.xml | 193 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 193 insertions(+) create mode 100644 docs/en/xml/modules.xml (limited to 'docs/en/xml/modules.xml') diff --git a/docs/en/xml/modules.xml b/docs/en/xml/modules.xml new file mode 100644 index 000000000..3d4f6e556 --- /dev/null +++ b/docs/en/xml/modules.xml @@ -0,0 +1,193 @@ + + + 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: + + +
+
-- cgit v1.2.3-24-g4f1b