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


git-svn-id: svn://10.0.0.236/trunk@206226 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org
2006-07-31 22:22:51 +00:00
parent 5f3bea3af4
commit 4cacecd795
6 changed files with 3 additions and 108 deletions

View File

@@ -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 => [