[libthread-pool-perl] 02/02: add missing word to long description
gregor herrmann
gregoa at debian.org
Sat May 23 14:55:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libthread-pool-perl.
commit 99bdb012cbecf10c85cdc73d9f0bb0bb82d13ede
Author: gregor herrmann <gregoa at debian.org>
Date: Sat May 23 16:49:02 2015 +0200
add missing word to long description
and re-wrap paragraph
Git-Dch: Ignore
---
debian/control | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 04d8298..d53a8fe 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,8 @@ Depends: ${misc:Depends}, ${perl:Depends},
libthread-conveyor-monitored-perl,
libthread-conveyor-perl
Description: group of threads for performing similar jobs
- The Thread::Pool allows you to set up a group of (worker) threads to execute
- a (large) number of similar jobs that need to be executed asynchronously. The
- routine that actually performs the job (the "do" routine), must be specified
- as a name or a reference to a (anonymous) subroutine.
+ The Thread::Pool module allows you to set up a group of (worker) threads to
+ execute a (large) number of similar jobs that need to be executed
+ asynchronously. The routine that actually performs the job (the "do"
+ routine), must be specified as a name or a reference to a (anonymous)
+ subroutine.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libthread-pool-perl.git
More information about the Pkg-perl-cvs-commits
mailing list