Changes for version 0.17 - 2013-01-09
- Renames backend roles to reflect the implementation rather than the O/S (Inotify2, FSEvents and KQueue)
- Adds the 'backend' argument to the constructor allow the user to force a particular backend
- Guides the user to avoid no_external in the docs
Modules
An AnyEvent compatible module to monitor files/directories for changes
Object to report changes in the monitored filesystem
Use Mac::FSEvents to watch for changed files
Fallback method of file watching (check in regular intervals)
Use Linux::Inotify2 to watch for changed files
Use IO::KQueue to watch for changed files