From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

TOML::Dumper - It's new $module

SYNOPSIS

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 <karupa@cpan.org>