blob: 7088572fad06039f59d38b9de4201ea0bbc2eb44 (
plain)
1
2
3
4
5
|
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.
|