Workflow-Inotify
view release on metacpan or search on metacpan
lib/Workflow/Inotify/Handler.pm view on Meta::CPAN
=item * IN_ACCESS (+)
File was accessed (e.g., read(2), execve(2)).
=item * IN_ATTRIB (*)
Metadata changed for example, permissions (e.g., chmod(2)), timestamps
(e.g., utimensat(2)), extended attributes (setxattr(2)), link count
(since Linux 2.6.25; e.g., for the target of link(2) and for
unlink(2)), and user/group ID (e.g., chown(2)).
=item * IN_CLOSE_WRITE (+)
File opened for writing was closed.
=item * IN_CLOSE_NOWRITE (*)
File or directory not opened for writing was closed.
=item * IN_CREATE (+)
( run in 1.003 second using v1.01-cache-2.11-cpan-5511b514fd6 )