The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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