use flock instead of fcntl locking
authorEric Wong <e@80x24.org>
Sat, 12 Apr 2014 04:12:47 +0000 (04:12 +0000)
committerEric Wong <e@80x24.org>
Sat, 12 Apr 2014 04:28:25 +0000 (04:28 +0000)
commit22db06570ae15b2bfc565840ec30b73e555b90f2
tree637fb262a160f886bc737cc5fc802311237d4f03
parent8444ebe0af96089c130be144a718378dff6f9dd9
use flock instead of fcntl locking

We do not need range locking of fcntl locks, so using flock removes
a dependency, hopefully making us easier-to-install.  Also keep in
mind Ruby (and perhaps other scripting language) supports flock
out-of-the-box as well, so it seems flock is easier to support
although fcntl locks offer superior functionality.
Documentation/ssoma_repository.txt
INSTALL
Makefile.PL
README
lib/Ssoma/Git.pm