wok-6.x annotate perl-linux-inotify2/description.txt @ rev 24414
Update some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 10 11:43:39 2022 +0000 (2022-02-10) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@24232 | 1 This module implements an interface to the Linux 2.6.13 and later |
Hans-G?nter@24232 | 2 Inotify file or directory change notification system. |
Hans-G?nter@24232 | 3 |
Hans-G?nter@24232 | 4 It has a number of advantages over the Linux::Inotify module: |
Hans-G?nter@24232 | 5 |
Hans-G?nter@24232 | 6 - it is portable (Linux::Inotify only works on x86) |
Hans-G?nter@24232 | 7 - the equivalent of fullname works correctly |
Hans-G?nter@24232 | 8 - it is better documented |
Hans-G?nter@24232 | 9 - it has callback-style interface, which is better suited for |
Hans-G?nter@24232 | 10 integration. |