summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-08-01 07:21:35 +0200
committermkanat%bugzilla.org <>2006-08-01 07:21:35 +0200
commit52c86c996c1cae046b9de6344262611ac9f85075 (patch)
tree4f71753353caec91dd841982186501c94b67985f
parent8706ac3f66305223b33be8106d3c3d4018f83308 (diff)
downloadbugzilla-52c86c996c1cae046b9de6344262611ac9f85075.tar.gz
bugzilla-52c86c996c1cae046b9de6344262611ac9f85075.tar.xz
Bug 124405: Remove direct AppConfig dependency.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) r=colin for docs, a=myk
-rw-r--r--Bugzilla/Install/Requirements.pm4
-rw-r--r--docs/xml/installation.xml8
-rw-r--r--docs/xml/modules.xml9
3 files changed, 1 insertions, 20 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index baaeb49df..97ea5c627 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -39,10 +39,6 @@ our @EXPORT = qw(
use Bugzilla::Constants;
use constant REQUIRED_MODULES => [
{
- name => 'AppConfig',
- version => '1.52'
- },
- {
name => 'CGI',
version => '2.93'
},
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml
index bb2cca7e7..9e9080609 100644
--- a/docs/xml/installation.xml
+++ b/docs/xml/installation.xml
@@ -1,5 +1,5 @@
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.124 2006/07/14 22:11:34 mozilla%colinogilvie.co.uk Exp $ -->
+<!-- $Id: installation.xml,v 1.125 2006/07/31 22:21:35 mkanat%bugzilla.org Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -287,12 +287,6 @@
<listitem>
<para>
- AppConfig (&min-appconfig-ver;)
- </para>
- </listitem>
-
- <listitem>
- <para>
CGI (&min-cgi-ver;)
</para>
</listitem>
diff --git a/docs/xml/modules.xml b/docs/xml/modules.xml
index 8e2df5999..e2912d6a8 100644
--- a/docs/xml/modules.xml
+++ b/docs/xml/modules.xml
@@ -50,15 +50,6 @@
</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/"/>