From 5f3bea3af42bcf061013e7334415a58e31b8ba57 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Mon, 31 Jul 2006 22:21:35 +0000 Subject: [PATCH] Bug 124405: Remove direct AppConfig dependency. Patch By Max Kanat-Alexander (module owner) r=colin for docs, a=myk git-svn-id: svn://10.0.0.236/trunk@206225 18797224-902f-48f8-a5cc-f745e15eee43 --- .../webtools/bugzilla/Bugzilla/Install/Requirements.pm | 4 ---- mozilla/webtools/bugzilla/docs/xml/installation.xml | 8 +------- mozilla/webtools/bugzilla/docs/xml/modules.xml | 9 --------- 3 files changed, 1 insertion(+), 20 deletions(-) diff --git a/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm b/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm index baaeb49dff7..97ea5c62707 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm +++ b/mozilla/webtools/bugzilla/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/mozilla/webtools/bugzilla/docs/xml/installation.xml b/mozilla/webtools/bugzilla/docs/xml/installation.xml index fabdae22695..c476f671887 100644 --- a/mozilla/webtools/bugzilla/docs/xml/installation.xml +++ b/mozilla/webtools/bugzilla/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/mozilla/webtools/bugzilla/docs/xml/modules.xml b/mozilla/webtools/bugzilla/docs/xml/modules.xml index 8e2df5999cb..e2912d6a8c3 100644 --- a/mozilla/webtools/bugzilla/docs/xml/modules.xml +++ b/mozilla/webtools/bugzilla/docs/xml/modules.xml @@ -49,15 +49,6 @@ - - AppConfig: - - CPAN Download Page: - PPM Download Link: - Documentation: - - - CGI: