As the subject says. This works for me:
use Test2::V1 -import, -summary, -utf8;
use Test2::Plugin::BailOnFail;
use Test2::Tools::AsyncSubtest qw( fork_subtest );
use Test2::Plugin::SubtestFilter;
So I think Test2::Tools::AsyncSubtest is not required anymore as long as Test2::V1 is in use, and it says it's deprecated.
As the subject says. This works for me:
So I think
Test2::Tools::AsyncSubtestis not required anymore as long asTest2::V1is in use, and it says it's deprecated.