Commit b705df32 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 366408: MIME:: modules should now be optional, not required (because we've…

Bug 366408: MIME:: modules should now be optional, not required (because we've moved to using mostly the Email:: modules instead) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
parent 23be26e5
...@@ -83,17 +83,6 @@ sub REQUIRED_MODULES { ...@@ -83,17 +83,6 @@ sub REQUIRED_MODULES {
version => '2.12' version => '2.12'
}, },
{ {
package => 'MIME-Base64',
module => 'MIME::Base64',
version => '3.01'
},
{
package => 'MIME-tools',
# MIME::Parser is packaged as MIME::Tools on ActiveState Perl
module => ON_WINDOWS ? 'MIME::Tools' : 'MIME::Parser',
version => '5.406'
},
{
package => 'Email-Send', package => 'Email-Send',
module => 'Email::Send', module => 'Email::Send',
version => ON_WINDOWS ? '2.16' : '2.00' version => ON_WINDOWS ? '2.16' : '2.00'
...@@ -152,6 +141,13 @@ sub OPTIONAL_MODULES { ...@@ -152,6 +141,13 @@ sub OPTIONAL_MODULES {
feature => 'Move Bugs Between Installations' feature => 'Move Bugs Between Installations'
}, },
{ {
package => 'MIME-tools',
# MIME::Parser is packaged as MIME::Tools on ActiveState Perl
module => ON_WINDOWS ? 'MIME::Tools' : 'MIME::Parser',
version => '5.406',
feature => 'Move Bugs Between Installations'
},
{
package => 'libwww-perl', package => 'libwww-perl',
module => 'LWP::UserAgent', module => 'LWP::UserAgent',
version => 0, version => 0,
......
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: installation.xml,v 1.135 2006/11/29 18:00:53 lpsolit%gmail.com Exp $ --> <!-- $Id: installation.xml,v 1.136 2007/02/13 00:19:00 mkanat%bugzilla.org Exp $ -->
<chapter id="installing-bugzilla"> <chapter id="installing-bugzilla">
<title>Installing Bugzilla</title> <title>Installing Bugzilla</title>
...@@ -331,18 +331,6 @@ ...@@ -331,18 +331,6 @@
<listitem> <listitem>
<para> <para>
MIME::Base64 (&min-mime-base64-ver;)
</para>
</listitem>
<listitem>
<para>
MIME::Parser (&min-mime-parser-ver;)
</para>
</listitem>
<listitem>
<para>
Email::Send (&min-email-send-ver;) Email::Send (&min-email-send-ver;)
</para> </para>
</listitem> </listitem>
...@@ -394,7 +382,13 @@ ...@@ -394,7 +382,13 @@
<listitem> <listitem>
<para> <para>
<link linkend="install-modules-xml-twig">XML::Twig</link> <link linkend="install-modules-xml-twig">XML::Twig</link>
(&min-xml-twig-ver;) for the XML interface (&min-xml-twig-ver;) for bug import/export
</para>
</listitem>
<listitem>
<para>
MIME::Parser (&min-mime-parser-ver;) for bug import/export
</para> </para>
</listitem> </listitem>
......
...@@ -140,15 +140,6 @@ ...@@ -140,15 +140,6 @@
</para> </para>
<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): MIME::Parser (part of MIME-tools):
<literallayout> <literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/MIME-tools/"/> CPAN Download Page: <ulink url="http://search.cpan.org/dist/MIME-tools/"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment