diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-08-31 12:31:04 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-08-31 12:31:04 +0200 |
commit | 3088b1d2724d7959ea87e84cab98963e2d2c3e72 (patch) | |
tree | 1e2d34957160e9375539f8e03a025e984455f7ab /docs/en/xml/installation.xml | |
parent | ab612efff307c445c25d010ac8a2eaba6fd93228 (diff) | |
download | bugs-3088b1d2724d7959ea87e84cab98963e2d2c3e72.tar bugs-3088b1d2724d7959ea87e84cab98963e2d2c3e72.tar.gz bugs-3088b1d2724d7959ea87e84cab98963e2d2c3e72.tar.bz2 bugs-3088b1d2724d7959ea87e84cab98963e2d2c3e72.tar.xz bugs-3088b1d2724d7959ea87e84cab98963e2d2c3e72.zip |
Bug 655477: Bugzilla now requires Perl 5.10.1
r=mkanat a=LpSolit
Diffstat (limited to 'docs/en/xml/installation.xml')
-rw-r--r-- | docs/en/xml/installation.xml | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 18de454b9..974415426 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1559,7 +1559,7 @@ AddType application/rdf+xml .rdf</screen> You should be able to find a compiled binary at <ulink url="http://aspn.activestate.com/ASPN/Downloads/ActivePerl/" />. The following instructions assume that you are using version - 5.8.1 of ActiveState. + &min-perl-ver; of ActiveState. </para> <note> @@ -1589,32 +1589,20 @@ C:\perl> <command>ppm install <module name></command> </programlisting> <para> - The best source for the Windows PPM modules needed for Bugzilla - is probably the theory58S website, which you can add to your list - of repositories as follows (for Perl 5.8.x): + If you are using Perl 5.10.1, the best source for the Windows PPM modules + needed for Bugzilla is probably the theory58S website, which you can add + to your list of repositories as follows: </para> <programlisting> -<command>ppm repo add theory58S http://theoryx5.uwinnipeg.ca/ppms/</command> +<command>ppm repo add theory58S http://cpan.uwinnipeg.ca/PPMPackages/10xx/</command> </programlisting> <para> - If you are using Perl 5.10.x, you cannot use the same PPM modules as Perl - 5.8.x as they are incompatible. In this case, you should add the following - repository: + If you are using Perl 5.12 or newer, you no longer need to add + this repository. All modules you need are already available from + the ActiveState repository. </para> - <programlisting> -<command>ppm repo add theory58S http://cpan.uwinnipeg.ca/PPMPackages/10xx/</command> - </programlisting> - - <note> - <para> - In versions prior to 5.8.8 build 819 of PPM the command is - <programlisting> -<command>ppm repository add theory58S http://theoryx5.uwinnipeg.ca/ppms/</command> - </programlisting> - </para> - </note> <note> <para> The PPM repository stores modules in 'packages' that may have |