From: mkanat%bugzilla.org <> Date: Tue, 1 Aug 2006 05:21:35 +0000 (+0000) Subject: Bug 124405: Remove direct AppConfig dependency. X-Git-Tag: bugzilla-2.23.3~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52c86c996c1cae046b9de6344262611ac9f85075;p=thirdparty%2Fbugzilla.git Bug 124405: Remove direct AppConfig dependency. Patch By Max Kanat-Alexander (module owner) r=colin for docs, a=myk --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index baaeb49dff..97ea5c6270 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 bb2cca7e7f..9e9080609c 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 8e2df5999c..e2912d6a8c 100644 --- a/docs/xml/modules.xml +++ b/docs/xml/modules.xml @@ -49,15 +49,6 @@ - - AppConfig: - - CPAN Download Page: - PPM Download Link: - Documentation: - - - CGI: