The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
---
before_install:
  - sudo apt-get install aspell
  - cpanm Module::Install
  - cpanm Module::Install::AuthorRequires
  - cpanm Module::Install::AuthorTests
  - cpanm Module::Install::Authority
  - cpanm Test::Pod
  - cpanm Test::NoTabs
  - cpanm Test::Pod::Coverage
  - cpanm Pod::Coverage
  - cpanm Pod::Coverage::TrustPod
  - cpanm Test::Spelling
  - cpanm Net::Syslog
language: perl
notifications:
  irc: irc.perl.org#message-passing
perl:
  - 5.16
  - 5.14
  - 5.12
  - 5.10