From 52c86c996c1cae046b9de6344262611ac9f85075 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 1 Aug 2006 05:21:35 +0000 Subject: Bug 124405: Remove direct AppConfig dependency. Patch By Max Kanat-Alexander (module owner) r=colin for docs, a=myk --- Bugzilla/Install/Requirements.pm | 4 ---- docs/xml/installation.xml | 8 +------- docs/xml/modules.xml | 9 --------- 3 files changed, 1 insertion(+), 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 @@ -38,10 +38,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 @@ - + Installing Bugzilla @@ -285,12 +285,6 @@ Required Perl modules: - - - AppConfig (&min-appconfig-ver;) - - - CGI (&min-cgi-ver;) 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 @@ -49,15 +49,6 @@ - - AppConfig: - - CPAN Download Page: - PPM Download Link: - Documentation: - - - CGI: -- cgit v1.2.3-24-g4f1b