diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-03-25 20:20:58 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-03-25 20:20:58 +0100 |
commit | f5e0b805e282d047dfac17e6ba1034b19832b61d (patch) | |
tree | fa4cdf58612883f77ff769c233f975d4ae33c339 /docs/en | |
parent | 5b4d5ef48f34587cdade51703177916067fb9ff8 (diff) | |
download | bugzilla-f5e0b805e282d047dfac17e6ba1034b19832b61d.tar.gz bugzilla-f5e0b805e282d047dfac17e6ba1034b19832b61d.tar.xz |
Bug 854074: Remove all references to the uwinnipeg.ca PPM repository as it is no longer available
r=glob a=LpSolit
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/installation.xml | 15 | ||||
-rw-r--r-- | docs/en/xml/modules.xml | 6 |
2 files changed, 2 insertions, 19 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index d26ebbae3..d3ac86ee9 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1588,21 +1588,6 @@ AddType application/rdf+xml .rdf</screen> C:\perl> <command>ppm install <module name></command> </programlisting> - <para> - 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://cpan.uwinnipeg.ca/PPMPackages/10xx/</command> - </programlisting> - - <para> - 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> <note> <para> The PPM repository stores modules in 'packages' that may have diff --git a/docs/en/xml/modules.xml b/docs/en/xml/modules.xml index 4ae77e9b6..eba87d41d 100644 --- a/docs/en/xml/modules.xml +++ b/docs/en/xml/modules.xml @@ -54,10 +54,8 @@ <note> <para> Running Bugzilla on Windows requires the use of ActiveState - Perl &min-perl-ver; or higher. Many modules already exist in the core - distribution of ActiveState Perl. Additional modules can be downloaded - from <ulink url="http://cpan.uwinnipeg.ca/PPMPackages/10xx/" /> - if you use Perl 5.10.1. + Perl &min-perl-ver; or higher. Most modules already exist in the core + distribution of ActiveState Perl. </para> </note> |