POSIX/RT/Semaphore version 0.01
===============================
POSIX::RT::Semaphore provides an object-oriented, Perl interface to
POSIX.1b semaphores.
This module is beta.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
A more-or-less working POSIX Realtime semaphore library. For threaded perl
use, Perl 5.8.0 or greater is required.
COPYRIGHT AND LICENCE
Put the correct copyright and licence information here.
Copyright (C) 2009 by Michael J. Pomraning
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.