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

Changes for version 0.01 - 2021-04-18

  • original version

Documentation

Migrate your tests from Test::More to Test2::V0

Modules

It's new $module
A Test2 plugin that wraps 2nd argument of failed assertions with string()

Provides

in lib/App/MigrateToTest2V0/Rule.pm
in lib/App/MigrateToTest2V0/Rule/AvoidNameConflictWithTestDeep.pm
in lib/App/MigrateToTest2V0/Rule/ReplaceIsDeeplyToIs.pm
in lib/App/MigrateToTest2V0/Rule/ReplaceIsaOkHASHOrArrayToRefOk.pm
in lib/App/MigrateToTest2V0/Rule/ReplaceUseTestMoreToUseTest2V0.pm
in lib/App/MigrateToTest2V0/Rule/Translate2ndArgumentOfIsaOkWithArrayRef.pm

Examples