language: perl perl: - "5.19" - "5.18" - "5.16" - "5.14" - "5.12" - "5.10" install: - cpanm -q --notest Dist::Zilla || cat /home/travis/.cpanm/build.log - dzil authordeps --missing | cpanm -q --notest || cat /home/travis/.cpanm/build.log - dzil listdeps --author --missing | cpanm -q --notest || cat /home/travis/.cpanm/build.log script: - dzil test --all