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

Test::Synchronized

Test::Synchronized provides simple (and giant) lock for your tests.

If you want to run your tests in parallel, the lock makes your tests slow. But it will be better than unstable.

You can download the released version from http://search.cpan.org/dist/Test-Synchronized/.

And you can clone the respository from https://github.com/kzys/test-synchronized.