The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.19 - 2015-05-26

  • Converts utility functions to methods to support subclassing (RT#104714). The use of local functions (rather than methods) makes subclassing more difficult. This change converts all utility functions in Notify.pm to methods. Thanks to Dave Hayes for submitting RT#104714.
  • Any users attempting to subclass should consider upgrading.

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