Closed lucab closed 8 years ago
Thank you for reporting. This module's current support version is v0.2.0. (https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.2.0.md#datetime) I'll be support it on #2. Please wait it. (or patches welcome)
Thanks for the quick answer! Yes I guessed this was a version mismatch, but I reported anyway as it is the main blocker for a Debian packaging helper script.
Unfortunately I'm not an advanced enough perl-coder to touch a module internals.
oh! I think your problem is very important. OK. I preferentially start #2. I can't promise, but I'll implement the v0.4.0 in tomorrow. (but, I can't promise it.)
Don't worry, no hurry. I'll just keep tracking this.
Done. You can try on feature/0.4
branch.
merged
Released it as version 0.6 to CPAN.
Thanks for the prompt reaction. This is so far working very well for all the TOML manifests I had to parse so far. I'll report back if I encounter further issues, but for the moment this works perfectly for me.
I think this is strictly related to #2, but at the moment this is my biggest blocker.
The parser currently fails on inline tables. Even the example ones
fail with a
Can you please make the parser aware of inline tables? For your convenience, a large and updated corpus of TOML test sample is being maintained here.