The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
language: perl
perl:
  - "5.18"
  - "5.16"
  - "5.14"
  - "5.12"
before_install:
  - cpanm ExtUtils::MakeMaker
  - cpanm ExtUtils::MakeMaker::CPANfile
  - cpanm -n git://github.com/kan/coveralls-perl.git
script: perl Makefile.PL && cover -test
after_success:
  - cover -report coveralls
notifications:
  email:
    - i.naoya+md2inao@gmail.com
  irc:
    - "irc.freenode.net#md2inao"