libtoml-perl

Perl module for reading and writing toml files
  https://metacpan.org/release/TOML
  0
  no reviews



Toml implements a parser for tom's obvious, minimal language, as defined at https://github.com/mojombo/toml.

toml aims to be a minimal configuration file format that is easy to read due to obvious semantics. it is designed to map unambiguously to a hash table and it is easy to parse into data structures in a wide variety of languages.