diff options
author | mkanat%bugzilla.org <> | 2006-08-01 07:22:51 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-08-01 07:22:51 +0200 |
commit | a5172adf10d1e820f5099e78e6b967f0b019936b (patch) | |
tree | fed4ac3ad288d8182b612ae9f9cc7ffc6b053dbb /Bugzilla/Install | |
parent | 52c86c996c1cae046b9de6344262611ac9f85075 (diff) | |
download | bugzilla-a5172adf10d1e820f5099e78e6b967f0b019936b.tar.gz bugzilla-a5172adf10d1e820f5099e78e6b967f0b019936b.tar.xz |
Bug 346554: Remove checksetup's checks for modules that are included with perl 5.8.0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) r=colin for docs, a=myk
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 16 |
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 => [ |