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

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.