The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
language: "perl"
perl:
  - "5.18"
  - "5.16"
  - "5.14"
  - "5.12"

before_install:
    - sudo apt-get install libgmp-dev
    - cpanm Test::Pod # optional dependency

install:
    - cpanm -v --installdeps --notest .

script: "perl Build.PL; ./Build test"
# branches:
#   only:
#     - master
notifications:
  recipients:
    - duke@leto.net
  email:
    on_success: change
    on_failure: always
#env: