pkgsrc/sysutils/p5-Linux-Inotify2/DESCR
sno 00096b34a0 Importing pkgsrc/sysutils/p5-Linux-Inotify2 version 1.2.1 as dependency
of scheduled update of devel/p5-File-ChangeNotify to 0.12

This module implements an interface to the Linux 2.6.13 and later Inotify
file/directory change notification sytem.

It has a number of advantages over the Linux::Inotify module:
    - it is portable (Linux::Inotify only works on x86)
    - the equivalent of fullname works correctly
    - it is better documented
    - it has callback-style interface, which is better suited for
      integration.
2010-02-23 13:51:34 +00:00

9 lines
399 B
Text

This module implements an interface to the Linux 2.6.13 and later Inotify
file/directory change notification sytem.
It has a number of advantages over the Linux::Inotify module:
- it is portable (Linux::Inotify only works on x86)
- the equivalent of fullname works correctly
- it is better documented
- it has callback-style interface, which is better suited for
integration.