dlc / toml

Perl parser for Tom's Obvious, Minimal Language
GNU General Public License v2.0
1 stars 6 forks source link

use TOML::Parser #10

Closed karupanerura closed 10 years ago

karupanerura commented 10 years ago

In my point of view, it's very difficult to maintain TOML::from_toml because -so far as I understand- there's some issues. I created another parser implementation in order to solve problems. If you think that is good, please use it.

https://metacpan.org/release/KARUPA/TOML-Parser-0.01

dlc commented 10 years ago

I like this, but I wonder if it makes sense to have both. I'd be happy to give you the TOML namespace to own, as I've not been able to maintain it like I intended.

karupanerura commented 10 years ago

Thank you. I undertake it with pleasure!

dlc commented 10 years ago

I've given go-maint status to KARUPA in PAUSE.

karupanerura commented 10 years ago

Maybe I've succeeded to release new TOML. (0.93) https://metacpan.org/release/KARUPA/TOML-0.93

dlc commented 10 years ago

Looks good to me. Thanks for taking this over.