AnyEvent-Filesys-Watcher

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN

This is a drop-in replacement for
[AnyEvent-Filesys-Notify](https://github.com/mvgrimes/AnyEvent-Filesys-Notify)
but with fewer dependencies.

See the manual page [AnyEvent::Filesys::Watcher](https://github.com/gflohr/AnyEvent-Filesys-Watcher/blob/main/lib/AnyEvent/Filesys/Watcher.pod)
for details.

# INSTALLATION

Unless your operating system is missing in the list below, you have to install
a helper module that provides the binding for the kernel filesystem watch
functionality.

If the command `cpanm` is not available on your system, see
http://www.cpan.org/modules/INSTALL.html for instructions on how to install
Perl modules.

## Linux

Install `Linux::Inotify2`:

README.pod  view on Meta::CPAN

LL<https://github.com/mvgrimes/AnyEvent-Filesys-Notify>
but with fewer dependencies.

See the manual page
LL<https://github.com/gflohr/AnyEvent-Filesys-Watcher/blob/main/lib/AnyEvent/Filesys/Watcher.pod>
for details.

=head1 INSTALLATION

Unless your operating system is missing in the list below, you have to
install a helper module that provides the binding for the kernel
filesystem watch functionality.

If the command C<cpanm> is not available on your system, see
L<http://www.cpan.org/modules/INSTALL.html> for instructions on how to
install Perl modules.

=head2 Linux

Install C<Linux::Inotify2>:

lib/AnyEvent/Filesys/Watcher.pod  view on Meta::CPAN


=item B<filter [FILTER]>

Getter/setter for the filter.

=back

=head1 INSTALLATION

You should install one of the helper module that provides
the binding for the operating system's filesystem watch functionality:

=head2 Linux

Install L<Linux::Inotify2>:

    $ cpanm Linux::Inotify2

=head2 Mac OS

Install L<Mac::FSEvents>:



( run in 1.064 second using v1.01-cache-2.11-cpan-2398b32b56e )