mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-30 05:39:12 +02:00
Document issue #108: Incompatibility with Perl 5.10.1
This commit is contained in:
parent
06c2904212
commit
0695c0e7af
@ -54,6 +54,8 @@ sudo apt-get update
|
||||
|
||||
apt-get install postgresql-9.3
|
||||
```
|
||||
* Perl version 5.14 or greater is required. 5.12 may work (though it has not been tested) but anything 5.10 or lower definitely will not work.
|
||||
|
||||
* Install required Perl modules:
|
||||
```
|
||||
cpanm Net::OpenSSH
|
||||
|
@ -56,6 +56,8 @@
|
||||
|
||||
apt-get install postgresql-9.3
|
||||
</code-block>
|
||||
* Perl version 5.14 or greater is required. 5.12 may work (though it has not been tested) but anything 5.10 or lower definitely will not work.
|
||||
|
||||
* Install required Perl modules:
|
||||
<code-block>
|
||||
cpanm Net::OpenSSH
|
||||
|
Loading…
x
Reference in New Issue
Block a user