Perl object-oriented methods for locking files
IO::LockedFile supplies object methods for locking files. In its simplistic use, the IO::LockedFile class gives us the same interface as the IO::File class with the unique difference that the files we deal with are locked using the Flock mechanism (using the flock function).
$
pkg install p5-IO-LockedFileOrigin
devel/p5-IO-LockedFile
Size
22.4KiB
License
not specified
Maintainer
perl@FreeBSD.org
Dependencies
1 packages
Required by
1 packages