The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
language: perl
perl:
  - "5.10"
  - "5.12"
  - "5.14"
  - "5.16"
before_install:
  - "cpanm --notest Module::Install"
  - "cpanm --notest Module::Install::AuthorTests"
install:
  - "cpanm --mirror http://cpan.mirrors.travis-ci.org/ --notest --installdeps ."