# NAME
TOML::Dumper - It's new $module
# SYNOPSIS
use TOML::Dumper;
my $out = TOML::Dumper->new->dump({ my => { data => [is => 'here'] } });
# $out =>
# [my]
# data = ["is", "here"]
# DESCRIPTION
TOML::Dumper is ...
# 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 <
[email protected]>