Group
Extension

Matches 1

TOML-Dumper ( K/KA/KARUPA/TOML-Dumper-0.01.tar.gz, KARUPA, 2017; MetaCPAN )
TOML-Dumper/lib/TOML/Dumper/Context/Value.pm ( view source; MetaCPAN )
d/;

use TOML::Dumper::Name;
use TOML::Dumper::String;

our @BOOLEAN_CLASSES = qw/
    JSON::PP::Boolean
    JSON::XS::Boolean
/;

sub new {
    my ($class, %args) = @_;
    my ($name, $atom) = @args{

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.