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

use Test::More tests => 1;

# This exists solely so CPAN Testers do not send back UNKNOWN reports,
# since all the other tests for this distro only run for the
# maintainer.
ok(1);