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

# this test demonstrates that Test::Warnings can play nicely with
# Test::More::done_testing

use Test::More;
use Test::Warnings;

pass('yay!');
done_testing;