The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Test::More;
use strict;

subtest x => sub {
    # there is no test case. this test script must be fail.
};

done_testing;