summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-03-26 12:07:25 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-03-26 12:07:25 +0100
commit28d7936f7c35e7bd795a44283332840a0e32a1aa (patch)
tree253debf9a57a96468841e3e908a25e53a7f59e02 /docs
parent23fe8760712d01a4923eac29e896285dd0bf9e85 (diff)
downloadbugzilla-28d7936f7c35e7bd795a44283332840a0e32a1aa.tar.gz
bugzilla-28d7936f7c35e7bd795a44283332840a0e32a1aa.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')
-rw-r--r--docs/en/xml/installation.xml27
-rw-r--r--docs/en/xml/modules.xml6
2 files changed, 2 insertions, 31 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index 2da3a8e79..d50462271 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -1582,33 +1582,6 @@ AddType application/rdf+xml .rdf</screen>
C:\perl&gt; <command>ppm install &lt;module name&gt;</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):
- </para>
-
- <programlisting>
-<command>ppm repo add theory58S http://theoryx5.uwinnipeg.ca/ppms/</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:
- </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
diff --git a/docs/en/xml/modules.xml b/docs/en/xml/modules.xml
index 933c9de5b..2907dadcd 100644
--- a/docs/en/xml/modules.xml
+++ b/docs/en/xml/modules.xml
@@ -42,10 +42,8 @@
<para>
Running Bugzilla on Windows requires the use of ActiveState
Perl 5.8.1 or higher. Many modules already exist in the core
- distribution of ActiveState Perl. Additional modules can be downloaded
- from <ulink url="http://theoryx5.uwinnipeg.ca/ppms/" /> if you use
- Perl 5.8.x or from <ulink url="http://cpan.uwinnipeg.ca/PPMPackages/10xx/" />
- if you use Perl 5.10.x.
+ distribution of ActiveState Perl. If some modules are missing, upgrade
+ ActiveState Perl to at least 5.12; it has all the required modules.
</para>
</note>