The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::perl::distrolint::Check::Test2 - 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>