Commit c023c92e authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 257933: File::Spec version check does not work against 0.90 - Patch by…

Bug 257933: File::Spec version check does not work against 0.90 - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent 6eec197b
......@@ -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'
......
<!-- <!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>
......
......@@ -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/"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment