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 ---- 1 file changed, 4 deletions(-) (limited to 'Bugzilla/Install') 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' -- cgit v1.2.3-24-g4f1b