diff options
Diffstat (limited to 'Bugzilla/Install')
-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' }, |