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

plan skip_all => "Test::Distribution required for checking distribution"
    unless eval "use Test::Distribution; 1";