From 6c709dd097e65025038a0dc9c17fad6a88e99b6b Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sun, 25 Jan 2004 02:30:57 +0000 Subject: Massive rearrangement of the installation section. Hopefully it makes sense now. --- docs/xml/modules.xml | 145 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 docs/xml/modules.xml (limited to 'docs/xml/modules.xml') diff --git a/docs/xml/modules.xml b/docs/xml/modules.xml new file mode 100644 index 000000000..c7624d639 --- /dev/null +++ b/docs/xml/modules.xml @@ -0,0 +1,145 @@ + + + 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 + +
+ +
+ Download Locations + + Note: some modules are in the core distribution of + ActiveState Perl for Windows. Others are not available. + No PPM links have been provided in either of these two cases. + + + CGI: + + CPAN Download Page: + PPM Download Link: + Documentation: + + + + TimeDate: + + CPAN Download Page: + PPM Download Link: + Documentation: + + + + DBI: + + CPAN Download Page: + PPM Download Link: + Documentation: + + + + DBD::mysql: + + CPAN Download Page: + PPM Download Link: + Documentation: + + + + File::Spec: + + CPAN Download Page: + PPM Download Page: + Documentation: + + + + File::Temp: + + CPAN Download Page: + Documentation: + + + + Template Toolkit: + + CPAN Download Page: + PPM Download Link: + Documentation: + + + + Text::Wrap: + + CPAN Download Page: + Documentation: + + + + GD: + + CPAN Download Page: + PPM Download Link: + Documentation: + + + + Chart::Base: + + + CPAN Download Page: + + + + GD::Graph: + + CPAN Download Page: + PPM Download Link: + Documentation: + + + + GD::Text::Align: + + CPAN Download Page: + PPM Download Page: + Documentation: + + + + MIME::Parser: + + CPAN Download Page: + PPM Download Link: + Documentation: + + + + XML::Parser: + + CPAN Download Page: + Documentation: + + + + PatchReader: + + CPAN Download Page: + Documentation: + + +
+
-- cgit v1.2.3-24-g4f1b