NAME
App::perl::distrolint::Check::UseTest2
- check that unit tests are using Test2
DESCRIPTION
This checks that every unit test (.t) file contains a use Test2::V0
line.
Additionally, this checks for several older modules, that have more modern replacements within the Test2
system, to ensure that none of these modules are found in use
statements:
Test::More
Test::Deep
Test::Fatal
Test::Identity
Test::Refcount
AUTHOR
Paul Evans <leonerd@leonerd.org.uk>