t::MQTT::Constants; use JSON; use File::Slurp; use Test::SharedFork; sub run { my ($pkg, $file) = @_; my $json = JSON->new; my $data = read_file($file); $data = $json->decode($data); my $c