1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: libfile-monitor-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Onur Aslan <onur@onur.im>
Build-Depends: debhelper (>= 9),
libmodule-build-perl
Build-Depends-Indep: perl,
libtest-pod-perl,
libtest-pod-coverage-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-monitor-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-monitor-perl.git
Homepage: https://metacpan.org/release/File-Monitor
Testsuite: autopkgtest-pkg-perl
Package: libfile-monitor-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module to monitor file and directory changes
File::Monitor provides a simple interface for monitoring one or more files or
directories and reporting any changes that are made to them.
.
It can:
* Monitor existing files for changes to any of the attributes returned
by the stat function
* Monitor files that don't yet exist and notify you if they are created
* Notify when a monitored file is deleted Notify when files are added or
removed from a directory
|