aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-IO-LockedFile/pkg-descr
blob: 21f428c00e7dbd75be5614a9ab90453548871afd (plain) (blame)
1
2
3
4
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).