1
0
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:
David Steele 2015-06-19 14:02:26 -04:00
parent 06c2904212
commit 0695c0e7af
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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