diff options
author | lpsolit%gmail.com <> | 2008-04-04 13:48:12 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-04-04 13:48:12 +0200 |
commit | 5094ce37892e6e683ee94949ac0faf5d2eec89b6 (patch) | |
tree | 8ae1e9b89858b0abe18b0de543ea5896e07bdc70 /docs/en | |
parent | 522e1c01f65cccae9d604df172d66e7a46638e4d (diff) | |
download | bugzilla-5094ce37892e6e683ee94949ac0faf5d2eec89b6.tar.gz bugzilla-5094ce37892e6e683ee94949ac0faf5d2eec89b6.tar.xz |
Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws warnings about deprecated pseudo-hashes) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/Bugzilla-Guide.xml | 9 | ||||
-rw-r--r-- | docs/en/xml/installation.xml | 5 |
2 files changed, 6 insertions, 8 deletions
diff --git a/docs/en/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml index 29cdc0c33..1e8b308bc 100644 --- a/docs/en/xml/Bugzilla-Guide.xml +++ b/docs/en/xml/Bugzilla-Guide.xml @@ -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&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"> ]> diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index fa8ac1681..14a86c49c 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.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> |