Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 build-essential
curl
cpanminus
pyzor
razor
subversion
libd-dev
libidn11-dev
libidn2-dev
libmaxminddb-dev
libssl-dev
zlib1g-dev
poppler-utils
tesseract-ocr

libarchive-zip-perl
libberkeleydb-perl
libbsd-resource-perl
libdbi-perl
libdigest-sha
libencode-detect-perl
libgeo-ip-perl
libgeoip2-perl
libio-compress-perl
libio-socket-inet6-perl
libio-socket-ssl-perl
libio-string-perl
libmail-dkim-perl
libmail-spf-perl
libnet-patricia-perl
libnet-dns-perl
libnetaddr-ip-perl
libsocket6-perl
libsys-hostname-long-perl
libtest-pod-coverage-perl
libtest-pod-perl
libdbd-sqlite2-perl
libdbd-sqlite3-perl
libdevel-cycle-perl
libemail-address-xs-perl
libgeography-countries-perl
libtest-perl-critic-perl
libconfig-tiny-perl
libdbix-simple-perl
libemail-mime-perl
libemail-sender-perl
libemail-simple-perl
libnet-idn-encode-perl
libtest-file-sharedir-perl
libtest-output-perl
libnet-imap-simple-perl
libnet-smtps-perl

...

The perl modules that were installed using apt will all have to be installed from CPAN into each perl version
hat that you install in plenv. Use the cpanm command, without -S option.

Before the first time you do this, install the following packages which are needed for the CPAN install
of some of the modules

sudo apt install libd-bdev libidn2-dev libidn11-dev libmaxminddb-dev 

Then, in In each version of perl other than system, switch to the version and do the cpanm install

...