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

Changes for version 0.61 - 2015-08-15

  • Added a randomize_classes attribute which can be passed to Test::Class::Moose::Runner. Implemented by Andy Jack. GitHub PR #53.
  • Test::Class::Moose::Role now enables strict and warnings in the caller just like Test::Class::Moose does. GitHub PR #54.
  • Documented the current_instance and current_method methods for Test::Class::Moose::Report. The current_instance method was formerly named current_class, which is now deprecated, but still works. Addresses GitHub #51.
  • This distro now uses Package::DeprecationManager to generate deprecation warnings. See Test::Class::Moose::Deprecated for details.

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 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