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

use Test::More qw(no_plan);

use Test::NoWarnings;

use Test::Deep;

Test::Deep::builder(Test::Tester::capture());

1;