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 Perl module Test::Class::Tiny

0.03 Sun 3 May 2020
- Make assertions show the line number accurately. (Previously they showed
  the line number where runtests() was called.)

0.02 Sun 19 Jan 2020
- Fix execution of startup/setup/teardown/shutdown methods.
- Allow suffix-style naming alongside prefix-style naming.
- Change execution order so that number of tests isn’t used in sorting.

0.01 Fri 27 Dec 2019
- Initial release