The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Linux::Inotify2

0.8  Sun Nov 27 13:43:14 CET 2005
	- improved documentation.
        - added IN_MOVE_SELF.
        - cancel events when receiving an IN_ONESHOT event.
        - clarify documentation for ->cookie.

0.2  Tue Aug 23 04:27:31 CEST 2005
	- poll now really returns the #events.
        - handle multiple cancel's gracefully.
        - auto-cancel watchers on IN_IGNORED and IN_UNMOUNT.
          situation with IN_ONESHOT is unclear
          (does have no effect on 2.6.13-rc6-git13).
        - avoid race between canceled and newly-created watches.
        - improved documentation.

0.1  Mon Aug 22 12:05:15 CEST 2005
	- original version, a Linux::AIO clone.