diff options
author | mkanat%bugzilla.org <> | 2006-08-01 07:21:35 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-08-01 07:21:35 +0200 |
commit | 52c86c996c1cae046b9de6344262611ac9f85075 (patch) | |
tree | 4f71753353caec91dd841982186501c94b67985f /Bugzilla | |
parent | 8706ac3f66305223b33be8106d3c3d4018f83308 (diff) | |
download | bugzilla-52c86c996c1cae046b9de6344262611ac9f85075.tar.gz bugzilla-52c86c996c1cae046b9de6344262611ac9f85075.tar.xz |
Bug 124405: Remove direct AppConfig dependency.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) r=colin for docs, a=myk
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 4 |
1 files changed, 0 insertions, 4 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 @@ -39,10 +39,6 @@ our @EXPORT = qw( use Bugzilla::Constants; use constant REQUIRED_MODULES => [ { - name => 'AppConfig', - version => '1.52' - }, - { name => 'CGI', version => '2.93' }, |