Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
a8577a8e
Commit
a8577a8e
authored
Jul 15, 2010
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 455585: Installation docs should recommend using package management instead of CPAN
r=glob
parent
748a2af2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
installation.xml
docs/en/xml/installation.xml
+10
-5
No files found.
docs/en/xml/installation.xml
View file @
a8577a8e
...
...
@@ -242,11 +242,16 @@
</para>
<para>
The preferred way of installing Perl modules is to use the
<filename>
install-module.pl
</filename>
script on Unix,
or PPM on Windows (see
<xref
linkend=
"win32-perl-modules"
/>
). If for
some reason you need to install the Perl modules manually, see
<xref
linkend=
"install-perlmodules-manual"
/>
. For instance, on Unix:
The preferred way to install missing Perl modules is to use the package
manager provided by your operating system (e.g
<quote>
rpm
</quote>
or
<quote>
yum
</quote>
on Linux distros, or
<quote>
ppm
</quote>
on Windows
if using ActivePerl, see
<xref
linkend=
"win32-perl-modules"
/>
).
If some Perl modules are still missing or are too old, then we recommend
using the
<filename>
install-module.pl
</filename>
script (doesn't work
with ActivePerl on Windows). If for some reason you really need to
install the Perl modules manually, see
<xref
linkend=
"install-perlmodules-manual"
/>
. For instance, on Unix,
you invoke
<filename>
install-module.pl
</filename>
as follows:
</para>
<screen><prompt>
bash#
</prompt>
perl install-module.pl
<
modulename
>
</screen>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment