diff options
author | Patrick Spek <p.spek@tyil.nl> | 2017-04-28 00:05:38 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2017-04-28 00:05:38 +0200 |
commit | 13a14620052d4c07fba6e1a95b1360fef9d9497a (patch) | |
tree | e5acea36d4d93b0a47e2c1c9c9b0f72492d35c72 | |
parent | b14aebc1c0ee3a165d817116848e88a023802c44 (diff) | |
download | config-parser-toml-13a14620052d4c07fba6e1a95b1360fef9d9497a.tar.gz config-parser-toml-13a14620052d4c07fba6e1a95b1360fef9d9497a.tar.bz2 |
Drop support for rakudo 2017.03
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | readme.md | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fbe3fad..b3009c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ perl6: - nom - latest - "2017.04" - - "2017.03" os: - linux @@ -8,6 +8,10 @@ A TOML parser for [Config](https://github.com/scriptkitties/p6-Config). zef install Config::Parser::toml ``` +## Known issues +The dependency `Config::TOML` fails to test on Rakudo 2017.03. As such, +you will need to use Rakudo 2017.04 or higher in order to use this module. + ## License This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software |