mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 01:57:00 +00:00
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
This commit is contained in:
parent
006225b9ff
commit
05e7fce2f8
@ -82,17 +82,6 @@ sub REQUIRED_MODULES {
|
||||
module => 'Template',
|
||||
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',
|
||||
module => 'Email::Send',
|
||||
@ -151,6 +140,13 @@ sub OPTIONAL_MODULES {
|
||||
version => 0,
|
||||
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',
|
||||
module => 'LWP::UserAgent',
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!-- <!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">
|
||||
<title>Installing Bugzilla</title>
|
||||
|
||||
@ -329,18 +329,6 @@
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<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;)
|
||||
@ -394,7 +382,13 @@
|
||||
<listitem>
|
||||
<para>
|
||||
<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>
|
||||
</listitem>
|
||||
|
||||
|
@ -139,15 +139,6 @@
|
||||
</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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user