openSUSE:Backports:SLE-15-SP3 Backports for SLE-15-SP3 Backports for SLE-15-SP3 https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15-SP3/standard/ openSUSE:Backports:SLE-15-SP3:Checks Checks This project contains rpmlint checks for openSUSE:Backports:SLE-15-SP3 https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15-SP3:/Checks/standard/ SUSE:SLE-15-SP3:GA https://download.opensuse.org/repositories/SUSE:/SLE-15-SP3:/GA/pool/ SUSE:SLE-15-SP2:Update SLE 15 SP2 SLE 15 SP2 https://download.opensuse.org/update/leap/15.3/sle SUSE:SLE-15-SP2:GA SLE 15 SP2 SLE 15 SP2 https://download.opensuse.org/repositories/SUSE:/SLE-15-SP2:/GA/pool/ SUSE:SLE-15-SP1:Update SLE 15 SP1 SLE 15 SP1 https://download.opensuse.org/update/leap/15.3/sle SUSE:SLE-15-SP1:GA SLE 15 SP1 SLE 15 SP1 https://download.opensuse.org/repositories/SUSE:/SLE-15-SP1:/GA/pool/ SUSE:SLE-15:Update SLE 15 SLE 15 https://download.opensuse.org/update/leap/15.3/sle SUSE:SLE-15:GA SLE 15 SLE 15 https://download.opensuse.org/repositories/SUSE:/SLE-15:/GA/pool/ perl-Filesys-Notify-Simple Simple and dumb file system watcher Filesys::Notify::Simple is a simple but unified interface to get notifications of changes to a given filesystem path. It utilizes inotify2 on Linux, fsevents on OS X, kqueue on FreeBSD and FindFirstChangeNotification on Windows if they're installed, with a fallback to the full directory scan if they're not available. There are some limitations in this module. If you don't like it, use File::ChangeNotify. * There is no file name based filter. Do it in your own code. * You can not get types of events (created, updated, deleted). * Currently 'wait' method blocks. In return, this module doesn't depend on any non-core modules. Platform specific optimizations with Linux::Inotify2, Mac::FSEvents, Filesys::Notify::KQueue and Win32::ChangeNotify are truely optional. NOTE: Using Win32::ChangeNotify may put additional limitations. * Win32::ChangeNotify uses FindFirstChangeNotificationA so that Unicode characters can not be handled. On cygwin (1.7 or later), Unicode characters should be able to be handled when Win32::ChangeNotify is not used. * If more than 64 directories are included under the specified paths, an error occurrs.