| File-ChangeNotify documentation | view source | Contained in the File-ChangeNotify distribution. |
File::ChangeNotify::Watcher::Default - Fallback default watcher subclass
version 0.20
This class implements watching by comparing two snapshots of the filesystem tree. It if inefficient and dumb, and so it is the subclass of last resort.
Its $watcher->wait_for_events() method sleeps between
comparisons of the filesystem snapshot it takes.
Dave Rolsky <autarch@urth.org>
This software is Copyright (c) 2011 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
| File-ChangeNotify documentation | view source | Contained in the File-ChangeNotify distribution. |