1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-06 08:49:29 +02:00

Clarification for CPAN requirements.

This commit is contained in:
David Steele
2015-07-09 10:11:49 -04:00
parent 8b7fd99637
commit e799361e90
2 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ sudo apt-get update
apt-get install postgresql-9.3
```
* FOR MULTI-THREADING ONLY: Install additional required Perl modules using CPAN (will be removed in next release):
* FOR MULTI-THREADING ONLY: Install additional required Perl modules using CPAN (CPAN requirement will be removed in next release):
```
apt-get install cpanminus
cpanm threads (update this package when thread-max > 1)
@@ -84,7 +84,7 @@ yum install perl-parent
yum install perl-JSON
yum install perl-Digest-SHA
```
* FOR MULTI-THREADING ONLY: Install additional required Perl modules using CPAN (will be removed in next release):
* FOR MULTI-THREADING ONLY: Install additional required Perl modules using CPAN (CPAN requirement will be removed in next release):
```
yum install gcc
yum install perl-CPAN
@@ -843,7 +843,7 @@ example: db-path=/data/db
### v0.80: DALLAS MILESTONE - UNDER DEVELOPMENT
*
*
### v0.77: CentOS/RHEL 6 support and protocol improvements

View File

@@ -55,7 +55,7 @@
apt-get install postgresql-9.3
</code-block>
* FOR MULTI-THREADING ONLY: Install additional required Perl modules using CPAN (will be removed in next release):
* FOR MULTI-THREADING ONLY: Install additional required Perl modules using CPAN (CPAN requirement will be removed in next release):
<code-block>
apt-get install cpanminus
cpanm threads (update this package when thread-max > 1)
@@ -86,7 +86,7 @@
yum install perl-JSON
yum install perl-Digest-SHA
</code-block>
* FOR MULTI-THREADING ONLY: Install additional required Perl modules using CPAN (will be removed in next release):
* FOR MULTI-THREADING ONLY: Install additional required Perl modules using CPAN (CPAN requirement will be removed in next release):
<code-block>
yum install gcc
yum install perl-CPAN