diff options
author | mkanat%bugzilla.org <> | 2008-04-04 13:48:20 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-04-04 13:48:20 +0200 |
commit | 1703fa51664f560aacfcd10711bc532e3eade090 (patch) | |
tree | 8e0c2220d9472d7dd972c95d4e1d6dd52066cbb7 /docs/en | |
parent | d0303fc39cda8eb13dfc3941cc81d9e3e0276c44 (diff) | |
download | bugzilla-1703fa51664f560aacfcd10711bc532e3eade090.tar.gz bugzilla-1703fa51664f560aacfcd10711bc532e3eade090.tar.xz |
Bug 345389: Template-Toolkit 2.15 moved Template::Plugin::GD into a separate package
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/modules.xml | 54 |
1 files changed, 41 insertions, 13 deletions
diff --git a/docs/en/xml/modules.xml b/docs/en/xml/modules.xml index 6e325c5a7..8e2df5999 100644 --- a/docs/en/xml/modules.xml +++ b/docs/en/xml/modules.xml @@ -50,20 +50,29 @@ </note> <para> + AppConfig: + <literallayout> + CPAN Download Page: <ulink url="http://search.cpan.org/src/ABW/AppConfig-1.56/lib/AppConfig.pm"/> + PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/AppConfig.ppd"/> + Documentation: <ulink url="http://search.cpan.org/~abw/AppConfig-1.56/lib/AppConfig.pm"/> + </literallayout> + </para> + + <para> CGI: <literallayout> CPAN Download Page: <ulink url="http://search.cpan.org/dist/CGI.pm/"/> PPM Download Link: Part of core distribution. - Documentation: <ulink url="http://perldoc.perl.org/CGI.html"/> + Documentation: <ulink url="http://www.perldoc.com/perl5.8.0/lib/CGI.html"/> </literallayout> </para> <para> Data-Dumper: <literallayout> - CPAN Download Page: <ulink url="http://search.cpan.org/dist/Data-Dumper/"/> + CPAN Download Page: <ulink url="http://search.cpan.org/src/ILYAM/Data-Dumper-2.121/Dumper.pm"/> PPM Download Page: Part of core distribution. - Documentation: <ulink url="http://search.cpan.org/dist/Data-Dumper/Dumper.pm"/> + Documentation: <ulink url="http://search.cpan.org/~ilyam/Data-Dumper-2.121/Dumper.pm"/> </literallayout> </para> @@ -95,20 +104,20 @@ </para> <para> - DBD::Pg: + File::Spec: <literallayout> - CPAN Download Page: <ulink url="http://search.cpan.org/dist/DBD-Pg/"/> - PPM Download Link: <ulink url="http://theoryx5.uwinnipeg.ca/ppms/x86/DBD-Pg.tar.gz"/> - Documentation: <ulink url="http://search.cpan.org/dist/DBD-Pg/Pg.pm"/> + CPAN Download Page: <ulink url="http://search.cpan.org/dist/File-Spec/"/> + PPM Download Page: Part of core distribution. + Documentation: <ulink url="http://www.perldoc.com/perl5.8.0/lib/File/Spec.html"/> </literallayout> </para> <para> - File::Spec: + File::Temp: <literallayout> - CPAN Download Page: <ulink url="http://search.cpan.org/dist/File-Spec/"/> + CPAN Download Page: <ulink url="http://search.cpan.org/dist/File-Temp/"/> PPM Download Page: Part of core distribution. - Documentation: <ulink url="http://perldoc.perl.org/File/Spec.html"/> + Documentation: <ulink url="http://www.perldoc.com/perl5.8.0/lib/File/Temp.html"/> </literallayout> </para> @@ -122,11 +131,20 @@ </para> <para> + Text::Wrap: + <literallayout> + CPAN Download Page: <ulink url="http://search.cpan.org/dist/Text-Tabs+Wrap/"/> + PPM Download Link: Part of core distribution. + Documentation: <ulink url="http://www.perldoc.com/perl5.8.0/lib/Text/Wrap.html"/> + </literallayout> + </para> + + <para> GD: <literallayout> CPAN Download Page: <ulink url="http://search.cpan.org/dist/GD/"/> PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/GD.ppd"/> - Documentation: <ulink url="http://search.cpan.org/dist/GD/GD.pm"/> + Documentation: <ulink url="http://stein.cshl.org/WWW/software/GD/"/> </literallayout> </para> @@ -135,11 +153,21 @@ <literallayout> CPAN Download Page: <ulink url="http://search.cpan.org/dist/Template-GD/" /> PPM Download Link: (Just install Template-Toolkit using the instructions below) + Documentation: <ulink url="http://www.template-toolkit.org/docs/aqua/Modules/index.html" /> </literallayout> </para> <para> + MIME::Base64: + <literallayout> + CPAN Download Page: <ulink url="http://search.cpan.org/dist/MIME-Base64/"/> + PPM Download Link: <ulink url="http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/MIME-Base64-2.20.zip"/> + Documentation: <ulink url="http://search.cpan.org/dist/MIME-Base64/Base64.pm"/> + </literallayout> + </para> + + <para> MIME::Parser (part of MIME-tools): <literallayout> CPAN Download Page: <ulink url="http://search.cpan.org/dist/MIME-tools/"/> @@ -158,7 +186,7 @@ <literallayout> CPAN Download Page: <ulink url="http://search.cpan.org/dist/Chart/"/> PPM Download Page: <ulink url="http://landfill.bugzilla.org/ppm/Chart.ppd"/> - Documentation: <ulink url="http://search.cpan.org/dist/Chart/Chart.pod"/> + Documentation: <ulink url="http://search.cpan.org/src/CHARTGRP/Chart-2.3/doc/Documentation.pdf"/> </literallayout> </para> @@ -207,4 +235,4 @@ </literallayout> </para> </section> -</appendix> +</appendix> |