Revision history for Perl extension IPC::ConcurrencyLimit
0.08 Tue Oct 2 09:47 2012
- Fix IPC::ConcurrencyLimit::WithStandby synopsis.
0.07 Wed Jun 27 07:55 2012
- Support modify_process_name in IPC::ConcurrencyLimit::WithStandby.
0.06 Mon Jun 25 09:25 2012
- Add explicit loading of IO::File
0.05 Mon Feb 6 07:52 2012
- Skip the forking tests for WithStandby on uncommon OS.
Specifically, CPAN testers showed failures on Solaris that I have
no hope of debugging. It's more likely to be a bug in the tests
than a bug in the module. Contributors welcome.
For now, disable forking tests on non-linux, non-darwin, non-win32.
0.04 Fri Feb 3 19:55 2012
- Implement IPC::ConcurrencyLimit::WithStandby
0.03 Thu May 26 13:08 2011
- Add missing flush to make sure PID is written to file.
(Should not be a critical fix)
0.02 Tue Mar 19 12:10 2011
- Expose shared-locking mode of operation.
0.01 Wed Mar 16 14:29 2011
- original version