wok diff perl-linux-inotify2/description.txt @ rev 24793

updated libgpg-error and libgpg-error-dev (1.37 -> 1.44)
author Hans-G?nter Theisgen
date Mon Mar 21 15:45:38 2022 +0100 (2022-03-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-linux-inotify2/description.txt	Mon Mar 21 15:45:38 2022 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +This module implements an interface to the Linux 2.6.13 and later
     1.5 +Inotify file or directory change notification system.
     1.6 +
     1.7 +It has a number of advantages over the Linux::Inotify module:
     1.8 +
     1.9 +- it is portable (Linux::Inotify only works on x86)
    1.10 +- the equivalent of fullname works correctly
    1.11 +- it is better documented
    1.12 +- it has callback-style interface, which is better suited for
    1.13 +  integration.