The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use 5.010;
use lib 't/lib';
use strict;
use warnings;
use Hailo::Test;
use Test::More tests => 690;

$ENV{TEST_STARCRAFT} = 1;

my $test = Hailo::Test->new(
    storage => "SQLite",
);
$test->test_starcraft;