summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-08-13 23:43:10 +0200
committerlpsolit%gmail.com <>2009-08-13 23:43:10 +0200
commitc023c92ea3bd7cf256d51557be29cfea1c055b01 (patch)
treeb0d1fe460170911c5ebb49958353097a1471c28d /Bugzilla/Install/Requirements.pm
parent6eec197b4ad9d396b6c33c5012155608ae4bd961 (diff)
downloadbugzilla-c023c92ea3bd7cf256d51557be29cfea1c055b01.tar.gz
bugzilla-c023c92ea3bd7cf256d51557be29cfea1c055b01.tar.xz
Bug 257933: File::Spec version check does not work against 0.90 - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index dbcef03bf..f3e6a654b 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -94,11 +94,6 @@ sub REQUIRED_MODULES {
version => ON_WINDOWS ? '0.79' : '0.71'
},
{
- package => 'PathTools',
- module => 'File::Spec',
- version => '0.84'
- },
- {
package => 'DBI',
module => 'DBI',
version => '1.41'