From c023c92ea3bd7cf256d51557be29cfea1c055b01 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 13 Aug 2009 21:43:10 +0000 Subject: Bug 257933: File::Spec version check does not work against 0.90 - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Install/Requirements.pm | 5 ----- docs/en/xml/installation.xml | 8 +------- docs/en/xml/modules.xml | 8 -------- 3 files changed, 1 insertion(+), 20 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 @@ -93,11 +93,6 @@ sub REQUIRED_MODULES { module => 'DateTime::TimeZone', version => ON_WINDOWS ? '0.79' : '0.71' }, - { - package => 'PathTools', - module => 'File::Spec', - version => '0.84' - }, { package => 'DBI', module => 'DBI', diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index cacc4708d..c14e69819 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -320,12 +320,6 @@ - - - File::Spec (&min-file-spec-ver;) - - - Template diff --git a/docs/en/xml/modules.xml b/docs/en/xml/modules.xml index 8a93cb15c..3af06ea34 100644 --- a/docs/en/xml/modules.xml +++ b/docs/en/xml/modules.xml @@ -97,14 +97,6 @@ - - File::Spec: - - CPAN Download Page: - Documentation: - - - Template-Toolkit: -- cgit v1.2.3-24-g4f1b