The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
$ENV{TEST_STF} ||= do {
    require Test::STF::MockServer;
    my $stf = Test::STF::MockServer->new();
    $HARRIET_GUARDS::STF = $stf;
    $stf->url;
}