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

Changes for version 0.56 - 2014-09-02

  • This is the first release to include the deprecations and backwards incompatibilities from 0.55. Please see that release's notes as well!
  • Skip parallel tests on Windows. This may be a bug in Test::Class::Moose or Parallel::ForkManager, but for now we're punting. Reported by Alexandr Ciornii. GitHub issue #36.
  • Removed Sub::Attribute from the "recommends" list. This is required now, and listing it as both required and recommends is confusing.
  • Lots of doc fixes.

Modules

Serious testing for serious Perl
Global registry of tags by class and method.
Configuration information 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 methods
Reporting object for timing
Test::Class::Moose for roles
Automatically load the classes you're testing
Common code for Runner classes
Deprecated parallel runner role - see docs for details
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