summaryrefslogtreecommitdiff
path: root/sysutils/p5-Linux-Inotify2/DESCR
blob: bd047049a5f5180f6880bade52ff3707c218eff2 (plain)
1
2
3
4
5
6
7
8
9
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.