[libfile-monitor-lite-perl] 04/04: control

gregor herrmann gregoa at debian.org
Wed Sep 6 17:55:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libfile-monitor-lite-perl.

commit fc795b0160830aa92c9dd9d3a72bf543ed0713a4
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Sep 6 19:52:09 2017 +0200

    control
---
 debian/control | 39 +++++----------------------------------
 1 file changed, 5 insertions(+), 34 deletions(-)

diff --git a/debian/control b/debian/control
index 3b911f1..6905c2a 100644
--- a/debian/control
+++ b/debian/control
@@ -23,37 +23,8 @@ Depends: ${misc:Depends},
          libfile-find-rule-perl,
          libfile-monitor-perl,
          libfile-touch-perl
-Description: Monitor file changes
- This is another implementaion of File::Monitor. While File::Monitor cannot
- detect file creation (unless you declare file name first), I use
- File::Find::Rule to rescan files every time when $monitor->check() is
- executed. To use this module, just follow synopsis above.
- .
- Currently one cannot change file observing rules. To do so, create another
- monitor object with new rules.
- .
- $m1=File::Monitor::Lite->new(
- .
- name => '*.html',
- .
- in => '.',
- .
- );
- .
- $m1->check();
- .
- #blah...
- .
- $m2=File::Monitor::Lite->new(
- .
- name => '*.css',
- .
- in => '.',
- .
- );
- .
- $m2->check();
- .
- #blah...
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: module for monitoring file creation, deletion, and modification
+ File::Monitor::Lite is an alternative implementation of File::Monitor. While
+ File::Monitor cannot detect file creation (unless you declare file name
+ first), it uses File::Find::Rule to rescan files every time when
+ $monitor->check() is executed.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-monitor-lite-perl.git



More information about the Pkg-perl-cvs-commits mailing list