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

0.05 2009/02/26
  - now each test is "eval"-ed to trap accidental dies.
  - added an example to run tests with various environments.

0.04 2008/10/21
  - added $class->message to prepend test/class names to
    a test message to make it easier to see which test
    comes from which class.

0.03 2008/08/03
  - added 'ignore_me' option (along with 'ignore')
  - added $class->dump to dump things (with Data::Dump)
  - deprecated 'skip_the_rest' in favor of 'skip_this_class'
  - added 'skip_this_test'/'abort_this_test' to skip a unit

0.02 2008/07/08
  - requires perl 5.8.1 as 5.6.2 can't localize through a reference.
  - fixed a syntax error in the Base synopsis
  - added $class->test_name for better message

0.01 2008/07/01
  - initial release