There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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>