From a5172adf10d1e820f5099e78e6b967f0b019936b Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 1 Aug 2006 05:22:51 +0000 Subject: Bug 346554: Remove checksetup's checks for modules that are included with perl 5.8.0 Patch By Max Kanat-Alexander (module owner) r=colin for docs, a=myk --- Bugzilla/Install/Requirements.pm | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'Bugzilla/Install') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 97ea5c627..c5342966a 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -42,10 +42,6 @@ use constant REQUIRED_MODULES => [ name => 'CGI', version => '2.93' }, - { - name => 'Data::Dumper', - version => '0' - }, { name => 'Date::Format', version => '2.21' @@ -58,18 +54,10 @@ use constant REQUIRED_MODULES => [ name => 'File::Spec', version => '0.84' }, - { - name => 'File::Temp', - version => '0' - }, { name => 'Template', version => '2.08' }, - { - name => 'Text::Wrap', - version => '2001.0131' - }, { name => 'Mail::Mailer', version => '1.67' @@ -83,10 +71,6 @@ use constant REQUIRED_MODULES => [ name => $^O =~ /MSWin32/i ? 'MIME::Tools' : 'MIME::Parser', version => '5.406' }, - { - name => 'Storable', - version => '0' - }, ]; use constant OPTIONAL_MODULES => [ -- cgit v1.2.3-24-g4f1b