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

Changes for version 0.77 - 2016-08-21

  • BACKWARDS INCOMPATIBILITIES
    • The Test::Class::Moose->runtests backwards compatibility method shim has been removed. You should be using Test::Class::Moose::Runner to run test classes.
    • The long-deprecated Test::Class::Moose::Role::Parallel role has been removed. This didn't actually do anything except to tell you to use Test::Class::Moose::Runner instead.
  • DEPRECATIONS
    • The passing of the report object as an argument to test methods and test control methods is now deprecated. You can get the report from the test class object itself via the $test->test_report method.

Modules

Serious testing for serious Perl
Global registry of tags by class and method.
Configuration information for Test::Class::Moose
Managed deprecation warnings for Test::Class::Moose
Execute tests in parallel (parallelized by instance)
Execute tests sequentially
Load Test::Class::Moose classes automatically.
Test information for Test::Class::Moose
Reporting on test classes
Reporting on test classes
Reporting on test methods
Reporting object for timing
Test::Class::Moose for roles
Automatically load the classes you're testing
Common code for Runner classes
run tests against multiple instances of a test class
Reporting gathering role
Runner for Test::Class::Moose tests
A starting guide for Test::Class::Moose
Internal utilities