summaryrefslogtreecommitdiffstats
path: root/docs/xml/modules.xml
diff options
context:
space:
mode:
authormozilla%colinogilvie.co.uk <>2005-12-31 00:39:01 +0100
committermozilla%colinogilvie.co.uk <>2005-12-31 00:39:01 +0100
commit92ac33e160dc34a04cb9968ea808c85e200b4f0c (patch)
tree5ce6bf3ead661260cb7a306e5d269a0045889fe9 /docs/xml/modules.xml
parent37a311f76c827e5cf00a7004738274ea21eb81a7 (diff)
downloadbugzilla-92ac33e160dc34a04cb9968ea808c85e200b4f0c.tar.gz
bugzilla-92ac33e160dc34a04cb9968ea808c85e200b4f0c.tar.xz
Bug 303782: Docs missing prerequsite for required MIME::Base64 and MIME::Parser
Patch by: victory <bmo@rsz.jp>; r=colin
Diffstat (limited to 'docs/xml/modules.xml')
-rw-r--r--docs/xml/modules.xml37
1 files changed, 28 insertions, 9 deletions
diff --git a/docs/xml/modules.xml b/docs/xml/modules.xml
index d031b19c0..59c58530e 100644
--- a/docs/xml/modules.xml
+++ b/docs/xml/modules.xml
@@ -147,6 +147,25 @@
Documentation: <ulink url="http://stein.cshl.org/WWW/software/GD/"/>
</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/"/>
+ PPM Download Link: <ulink url="http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/MIME-tools-5.411a.zip"/>
+ Documentation: <ulink url="http://search.cpan.org/dist/MIME-tools/lib/MIME/Parser.pm"/>
+ </literallayout>
+ </para>
+
</section>
<section id="modules-manual-optional">
@@ -179,15 +198,6 @@
</literallayout>
</para>
- <para>
- MIME::Parser (part of MIME-tools):
- <literallayout>
- CPAN Download Page: <ulink url="http://search.cpan.org/dist/MIME-tools/"/>
- PPM Download Link: <ulink url="http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/MIME-tools-5.411a.zip"/>
- Documentation: <ulink url="http://search.cpan.org/dist/MIME-tools/lib/MIME/Parser.pm"/>
- </literallayout>
- </para>
-
<para>
XML::Parser:
<literallayout>
@@ -205,5 +215,14 @@
Documentation: <ulink url="http://www.johnkeiser.com/mozilla/Patch_Viewer.html"/>
</literallayout>
</para>
+
+ <para>
+ Image::Magick:
+ <literallayout>
+ CPAN Download Page: <ulink url="http://search.cpan.org/dist/PerlMagick/"/>
+ PPM Download Link: Included in Windows binary package.
+ Documentation: <ulink url="http://www.imagemagick.org/script/resources.php"/>
+ </literallayout>
+ </para>
</section>
</appendix>