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

Search results for "module:File::ChangeNotify"

File::ChangeNotify - Watch for changes to files, cross-platform style River stage one • 7 direct dependents • 9 total dependents

This module provides an API for creating a File::ChangeNotify::Watcher subclass that will work on your platform. Most of the documentation for this distro is in File::ChangeNotify::Watcher....

DROLSKY/File-ChangeNotify-0.31 - 09 Jan 2019 16:50:42 UTC

File::ChangeNotify::Event - Class for file change events River stage one • 7 direct dependents • 9 total dependents

This class provides information about a change to a specific file or directory....

DROLSKY/File-ChangeNotify-0.31 - 09 Jan 2019 16:50:42 UTC

File::ChangeNotify::Watcher - Role consumed by all watchers River stage one • 7 direct dependents • 9 total dependents

A "File::ChangeNotify::Watcher" monitors a directory for changes made to any file. You can provide a regular expression to filter out files you are not interested in. It handles the addition of new subdirectories by adding them to the watch list. Not...

DROLSKY/File-ChangeNotify-0.31 - 09 Jan 2019 16:50:42 UTC

File::ChangeNotify::Watcher::KQueue - KQueue-based watcher subclass River stage one • 7 direct dependents • 9 total dependents

This class implements watching using IO::KQueue, which must be installed for it to work. This is a BSD alternative to Linux's Inotify and other event-based systems....

DROLSKY/File-ChangeNotify-0.31 - 09 Jan 2019 16:50:42 UTC

File::ChangeNotify::Watcher::Default - Fallback default watcher subclass River stage one • 7 direct dependents • 9 total dependents

This class implements watching by comparing two snapshots of the filesystem tree. It if inefficient and dumb, and so it is the subclass of last resort. Its "$watcher->wait_for_events" method sleeps between comparisons of the filesystem snapshot it ta...

DROLSKY/File-ChangeNotify-0.31 - 09 Jan 2019 16:50:42 UTC

File::ChangeNotify::Watcher::Inotify - Inotify-based watcher subclass River stage one • 7 direct dependents • 9 total dependents

This class implements watching by using the Linux::Inotify2 module. This only works on Linux 2.6.13 or newer. This watcher is much more efficient and accurate than the "File::ChangeNotify::Watcher::Default" class....

DROLSKY/File-ChangeNotify-0.31 - 09 Jan 2019 16:50:42 UTC

File::Modified - checks intelligently if files have changed River stage one • 1 direct dependent • 1 total dependent

This module provides a simple mechanism for identifying when the contents of one or more files have changed. It was initially intended for programs to detect when their configuration files (or the module they rely on) have changed. There are currentl...

NEILB/File-Modified-0.10 - 26 Oct 2015 22:29:34 UTC

File::Hotfolder - recursive watch directory for new or modified files River stage zero No dependents

This module uses Linux::Inotify2 to recursively watch a directory for new or modified files. A callback is called on each file with its path. Deletions and new subdirectories are not reported but new subdirectories will be watched as well....

VOJ/File-Hotfolder-0.06 - 26 Aug 2018 19:08:54 UTC

File::Tail::Dir - Tail all matching files in a given set of directories River stage one • 1 direct dependent • 1 total dependent

Monitors and processes any lines appended to the end of one or more files in a given list of directories, keeping state between sessions, and using kernel notification of file change events to maximise efficiency. A list of directories is given to mo...

JJSCHUTZ/File-Tail-Dir-0.16 - 27 Sep 2013 06:03:56 UTC
9 results (0.077 seconds)