Help language development. Donate to The Perl Foundation

HTTP::Request::FormData cpan:HANENKAMP last updated on 2018-11-13

.travis.yml
language: perl6
perl6:
  - latest
  - '2018.04'
  - '2018.06'
  - '2018.10'
install:
  - rakudobrew build-zef
  - zef install --depsonly .
script:
  - prove -v -e "perl6 --ll-exception -Ilib" t
after_success:
  - zef list --installed --verbose