The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.01_01 - 2021-05-04

  • Add tests for:
    • Migration rules
    • CLI
    • Test2 plugin
  • Move example test file to `share` (since it's not an example for usage of this tool)
  • Fix migration of `use Test::More skip_all => ...` (the reason of skip was not migrated correctly)

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