mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
6 lines
278 B
Plaintext
6 lines
278 B
Plaintext
The Perl 5 module Filesys::Notify::Simple is a simple but unified
|
|
interface to get notifications of changes to a given filesystem
|
|
path. It utilizes inotify2 on Linux and fsevents on OS X if they're
|
|
installed, with a fallback to the full directory scan if they're
|
|
not available.
|