NAME

File::ChangeNotify::Watcher::Inotify - Inotify-based watcher subclass

DESCRIPTION

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.

AUTHOR

Dave Rolsky, <autarch@urth.org>

COPYRIGHT & LICENSE

Copyright 2009 Dave Rolsky, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.