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';

# From Module - test that Test::Kit works in packages other than main

use MyTest::FromModule;

MyTest::FromModule::from_module_ok();

MyTest::FromModule::from_module_done_testing();