The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# vim: ft=perl
{
    check => {
        x2 => 1,
        map { ("x$_" => 0) } (3..12),
    },
}