The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for App::Inotify::Hookable

0.04 2012-12-18 23:17:52

    - fix watching files
    - add -i or --ignore-paths for path regexes to ignore, by default vim and
      emacs temp files are ignored
    - detect files/dirs being replaced and replace the watch

0.03 2012-12-17 23:34:39

    - Switch from Linux::Inotify to Linux::Inotify2
    - Support watching files (-f or --watch-files)

0.02 2012-08-30 09:47:20

    - We'll now remove watches on directories that have been deleted

0.01 2012-05-02 20:55:31

    - Initial buggy version