Or
prove -PTest::DB::Shared::mysqld=./testmysqld.json
The ./testmysqld.json file can contain the arguments to Test::DB::Shared::mysqld in a json format (see SYNOPSIS). They
will be used to build o
tate.
=head1 METHODS
=cut
use Moo;
use Carp qw/confess/;
use Log::Any qw/$log/;
use DBI;
use JSON;
use Test::mysqld;
use File::Slurp;
use File::Spec;
use File::Flock::Tiny;
use POSIX qw(SIGTERM
nfess("Cannot find config file $config_file");
}else{
$config = JSON::decode_json( scalar( File::Slurp::read_file( $config_file, { binmode => ':raw' } ) ) );
}