Commit 5094ce37 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws…

Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws warnings about deprecated pseudo-hashes) - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent 522e1c01
......@@ -35,9 +35,9 @@
For a devel release, simple bump bz-ver and bz-date
-->
<!ENTITY bz-ver "2.23.4">
<!ENTITY bz-nextver "3.0">
<!ENTITY bz-date "2007-02-02">
<!ENTITY bz-ver "3.1">
<!ENTITY bz-nextver "3.2">
<!ENTITY bz-date "2007-02-25">
<!ENTITY current-year "2007">
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">
......@@ -45,8 +45,7 @@
<!ENTITY bzg-bugs "<ulink url='https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&amp;component=Documentation'>Bugzilla Documentation</ulink>">
<!ENTITY mysql "http://www.mysql.com/">
<!ENTITY min-perl-ver "5.8.0">
<!ENTITY min-perl-ver-win "5.8.1">
<!ENTITY min-perl-ver "5.8.1">
]>
......
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: installation.xml,v 1.141 2008/04/04 06:48:11 lpsolit%gmail.com Exp $ -->
<!-- $Id: installation.xml,v 1.142 2008/04/04 06:48:12 lpsolit%gmail.com Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
......@@ -54,8 +54,7 @@
<procedure>
<step>
<para><link linkend="install-perl">Install Perl</link>
(&min-perl-ver; or above for non-Windows platforms; &min-perl-ver-win;
for Windows)
(&min-perl-ver; or above)
</para>
</step>
<step>
......
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