::Profile ();
use Metabase::User::Secret ();
use Module::Load::Conditional qw[can_load];
use JSON::MaybeXS;
use Params::Util qw[_HASH];
use Time::HiRes ();
use Data::UUID;
use constant DELAY =>
if ( $result->{error} ) {
warn "DB error (" . ( $self->_time - $result->{_ts} ) . "s): " . JSON->new->pretty(1)->encode( $result ) . "\n" if $self->debug;
}
$kernel->yield( '_process_queue'
act {
my $self = shift;
return JSON->new->encode( shift->as_struct );
}
sub _decode_fact {
my $self = shift;
return CPAN::Testers::Report->from_struct( JSON->new->decode( shift ) );
}
no Moo