summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--Bugzilla/Install/Requirements.pm5
-rw-r--r--docs/en/xml/installation.xml8
-rw-r--r--docs/en/xml/modules.xml8
3 files changed, 1 insertions, 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
@@ -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'
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 @@
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.169 2009/08/13 21:32:19 lpsolit%gmail.com Exp $ -->
+<!-- $Id: installation.xml,v 1.170 2009/08/13 21:43:13 lpsolit%gmail.com Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -322,12 +322,6 @@
<listitem>
<para>
- File::Spec (&min-file-spec-ver;)
- </para>
- </listitem>
-
- <listitem>
- <para>
<link linkend="install-modules-template">Template</link>
(&min-template-ver;)
</para>
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
@@ -98,14 +98,6 @@
</para>
<para>
- File::Spec:
- <literallayout>
- CPAN Download Page: <ulink url="http://search.cpan.org/dist/File-Spec/"/>
- Documentation: <ulink url="http://perldoc.perl.org/File/Spec.html"/>
- </literallayout>
- </para>
-
- <para>
Template-Toolkit:
<literallayout>
CPAN Download Page: <ulink url="http://search.cpan.org/dist/Template-Toolkit/"/>