Net-Etcd

 view release on metacpan or  search on metacpan

.travis.yml  view on Meta::CPAN

  - "5.14"
  - "5.12"
  - "5.10"
matrix:
  include:
    - perl: 5.26
      env: COVERAGE=1   # enables coverage+coveralls reporting
  allow_failures:
    - perl: "5.28"
before_install:
  - curl https://coreos.com/dist/pubkeys/app-signing-pubkey.gpg | sudo apt-key add -
  - wget https://github.com/coreos/etcd/releases/download/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -O /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
  - mkdir -p /tmp/test-etcd
  - tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/test-etcd --strip-components=1
  - /tmp/test-etcd/etcd -version
  - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
  - source ~/travis-perl-helpers/init
  - build-perl
  - perl -V
  - build-dist
  - cd $BUILD_DIR



( run in 1.019 second using v1.01-cache-2.11-cpan-df04353d9ac )