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

Changes for version 1.21 - 2016-06-23

  • Updates KQueue to remove file handles from watch list for deleted paths
  • Addresses issue with leaking file handles. Thanks to dave@jetcafe.org. (RT#115562).
  • Upgrade is recommended if you use the KQueue backend.

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