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 extension IPC::Semaphore::Concurrency.

0.03  Sat Jan 18 06:59:43 UTC 2014
	- Update documentation, including important warnings on using release()
	- Tests: better handling of file creation failure and remove created
	  semaphores.

0.02  Tue Sep  1 02:52:04 UTC 2009
	- Fix parsing of positional arguments in acquire() that could ignore the
	  default "undo" parameter of "1"

0.01  Fri Aug 28 23:23:12 UTC 2009
	- original version; created by h2xs 1.23 with options
		-AX IPC::Semaphore::Concurrency
	- Initial code