aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-08-13 21:45:22 +0000
committerlpsolit%gmail.com <>2009-08-13 21:45:22 +0000
commit9b6fab43c189d18f064c10ce5b22375ce5996fa0 (patch)
treef25f2a0246d2bc071a932c46a459272cd9252d4e
parentBug 458627: "My Requests" link no longer displayed in the footer of some page... (diff)
downloadbugzilla-9b6fab43c189d18f064c10ce5b22375ce5996fa0.tar.gz
bugzilla-9b6fab43c189d18f064c10ce5b22375ce5996fa0.tar.bz2
bugzilla-9b6fab43c189d18f064c10ce5b22375ce5996fa0.zip
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 8b200e4a1..fce49f286 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -93,11 +93,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 e5a03600c..bcfca1f3b 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.165.2.3 2009/07/29 12:31:13 lpsolit%gmail.com Exp $ -->
+<!-- $Id: installation.xml,v 1.165.2.4 2009/08/13 21:45:34 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 3d4f6e556..a576df4ac 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/"/>