Commit 52c86c99 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 124405: Remove direct AppConfig dependency.

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) r=colin for docs, a=myk
parent 8706ac3f
...@@ -39,10 +39,6 @@ our @EXPORT = qw( ...@@ -39,10 +39,6 @@ our @EXPORT = qw(
use Bugzilla::Constants; use Bugzilla::Constants;
use constant REQUIRED_MODULES => [ use constant REQUIRED_MODULES => [
{ {
name => 'AppConfig',
version => '1.52'
},
{
name => 'CGI', name => 'CGI',
version => '2.93' version => '2.93'
}, },
......
<!-- <!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.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"> <chapter id="installing-bugzilla">
<title>Installing Bugzilla</title> <title>Installing Bugzilla</title>
...@@ -287,12 +287,6 @@ ...@@ -287,12 +287,6 @@
<listitem> <listitem>
<para> <para>
AppConfig (&min-appconfig-ver;)
</para>
</listitem>
<listitem>
<para>
CGI (&min-cgi-ver;) CGI (&min-cgi-ver;)
</para> </para>
</listitem> </listitem>
......
...@@ -50,15 +50,6 @@ ...@@ -50,15 +50,6 @@
</note> </note>
<para> <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: CGI:
<literallayout> <literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/CGI.pm/"/> CPAN Download Page: <ulink url="http://search.cpan.org/dist/CGI.pm/"/>
......
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