summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Requirements.pm16
1 files changed, 0 insertions, 16 deletions
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
@@ -43,10 +43,6 @@ use constant REQUIRED_MODULES => [
version => '2.93'
},
{
- name => 'Data::Dumper',
- version => '0'
- },
- {
name => 'Date::Format',
version => '2.21'
},
@@ -59,18 +55,10 @@ use constant REQUIRED_MODULES => [
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 => [