Changes for version 0.08 - 2009-11-05

  • Added a new exclude feature that allows you to excludes files or directories outright. Implemented by Dan Thomas. RT #51062.
  • Added a KQueue-based watcher written by Dan Thomas. I have no idea if this works, as I don't have BSD, but we'll assume he ran the tests on his system ;) RT #51062.

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.