Changes for version 0.17
- CPAN testing showed that there are 32-bit systems where the off_t member of the flock struct is a 64-bit integer but Perl doesn't support the 'q' format for pack() and unpack(). On these systems there seem to be no good way of assembling a flock structure useing "pure Perl" and thus the File::FcntlLock::Pure and File::FcntlLock::Inline modules won't get installed.
Modules
File locking with fcntl(2)
Provides
in lib/File/FcntlLock/Core.pm
in lib/File/FcntlLock/Errors.pm
in lib/File/FcntlLock/XS.pm