package My::Tests; use Test::Custom qw( Test::More Test::Differences ), 'Test::SomethingOrOther' => [ 'bulges_ok' ]; Test::Custom->add('Test::NoWarnings') if $some_condition; 1;