The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Build Status Coverage Status

NAME

TOML::Parser - simple toml parser

SYNOPSIS

```perl use TOML::Parser;

my $parser = TOML::Parser->new; my $data = $parser->parse($toml); ```

DESCRIPTION

TOML::Parser is a simple toml parser.

This data structure complies with the tests provided at https://github.com/toml-lang/toml/tree/v0.4.0/tests.

The v0.4.0 specification is supported.

METHODS

SEE ALSO

TOML

LICENSE

Copyright (C) karupanerura.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

karupanerura karupa@cpan.org

CONTRIBUTOR

Olivier Mengué dolmen@cpan.org yowcow yowcow@cpan.org Syohei YOSHIDA syohex@gmail.com