0.631 2019-03-12 (PERLANCAR)
- Add method: handle().
- Add lock() option: mode.
- [doc] Mention sysopen() with O_CREAT|O_EXCL as an alternative to
flock().
0.630 2019-03-12 (PERLANCAR)
- No functional changes.
- [doc] Expand on why File::Flock is too heavyweight.
- [doc] Note about lock file removal in unlock() documentation,
some POD formatting to make methods more linkable.
0.62 2017-07-01 (PERLANCAR)
- [doc] Format link with L<>.
0.61 2015-10-22 (PERLANCAR)
- Add option: shared.
0.60 2015-09-03 (PERLANCAR)
- No functional changes.
- [dist] Move spec prereqs from RuntimeRequires to
DevelopRecommends to reduce deps but still allow indicating spec
requirement.
0.59 2014-12-05 (PERLANCAR)
- Split from SHARYANTO-File-Util and renamed to File-Flock-Retry.