1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-02-19 19:44:38 +02:00

Remove unused Perl library missed in f0ef73db.

This commit is contained in:
Stephen Frost 2019-12-17 21:25:54 -05:00 committed by David Steele
parent 620386f034
commit 3394a50170
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ This example is based on Ubuntu 19.04, but it should work on many versions of De
pgbackrest-dev => Install development tools
```
sudo apt-get install rsync git devscripts build-essential valgrind autoconf \
libssl-dev zlib1g-dev libperl-dev libxml2-dev libpq-dev libxml-checker-perl \
libssl-dev zlib1g-dev libxml2-dev libpq-dev libxml-checker-perl \
libyaml-libyaml-perl libdbd-pg-perl
```

View File

@ -57,7 +57,7 @@
<execute user="root" pre="y">
<exe-cmd>
apt-get install rsync git devscripts build-essential valgrind autoconf
libssl-dev zlib1g-dev libperl-dev libxml2-dev libpq-dev libxml-checker-perl
libssl-dev zlib1g-dev libxml2-dev libpq-dev libxml-checker-perl
libyaml-libyaml-perl libdbd-pg-perl
</exe-cmd>
<exe-cmd-extra>-y 2>&amp;1</exe-cmd-extra>