Group
Extension

Matches 1

BenchmarkAnything-Storage-Frontend-Lib ( S/SC/SCHWIGON/BenchmarkAnything-Storage-Frontend-Lib-0.023.tar.gz, SCHWIGON, 2019; MetaCPAN )
BenchmarkAnything-Storage-Frontend-Lib/lib/BenchmarkAnything/Storage/Frontend/Lib.pm ( view source; MetaCPAN )
ttype} || 'json';

        if ($outtype eq "yaml")
        {
                require YAML::Any;
                $output .= YAML::Any::Dump($data);
        }
        elsif ($outtype eq "json")
        
          eval "use JSON -convert_blessed_universally";
                my $json = JSON->new->allow_nonref->pretty->allow_blessed->convert_blessed;
                $output .= $json->encode($data);
   
hema...\n" if $self->{verbose};
            if (not my $result = BenchmarkAnything::Schema::valid_json_schema($data))
            {
                die "benchmarkanything: add: invalid input: ".join("

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