The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

INSTALLATION OPTIONS

  • installation via cpanm (or similar)

        sudo cpanm Net::Async::DigitalOcean
  • installation via downloaded .tgz file

        ls -al Net-Async-DigitalOcean-*.tar.gz
        tar zxvf Net*
        pushd Net-Async-DigitalOcean-*
        perl Build.PL
        sudo ./Build installdeps
        sudo ./Build install
  • access to proprietary Debian repository http://packages.devc.at/

       sudo wget -O - http://packages.devc.at/stretch/templescript.list > /etc/apt/sources.list.d/templescript.list
       sudo wget -O - http://packages.devc.at/jessie/archive.key|apt-key add -
       sudo apt update
       sudo apt install libnet-async-digitalocean-perl