Changes for version 0.10 - 2009-12-06
- Attempting to instantiate more than one watcher failed if you were on a system where one of the watcher subclasses could not be loaded (which is basically every system because no system has both inotify and kqueue). Patch by Mark Grimes. RT #52477.
Modules
Watch for changes to files, cross-platform style
Class for file change events
Base class for all watchers
Fallback default watcher subclass
Inotify-based watcher subclass
KQueue-based watcher for BSD systems.