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

# No Warnings - Test::NoWarnings installs an additional test at the end of your test run. Does that work?

use MyTest::NoWarnings;

plan tests => 2;

ok(1, "ok() exists");