[libparallel-iterator-perl] 07/08: reword long description to include module name
Damyan Ivanov
dmn at moszumanska.debian.org
Tue Jun 9 09:25:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository libparallel-iterator-perl.
commit 21cbfd3ec790432acc2196d066e3b39fd7e6404e
Author: Damyan Ivanov <dmn at debian.org>
Date: Tue Jun 9 09:23:17 2015 +0000
reword long description to include module name
---
debian/control | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index c2d947c..8267640 100644
--- a/debian/control
+++ b/debian/control
@@ -17,10 +17,10 @@ Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: Simple parallel execution
- The map function applies a user supplied transformation function to
- each element in a list, returning a new list containing the
- transformed elements.
+ The standard map() function applies a user supplied transformation function
+ to each element in a list, returning a new list containing the transformed
+ elements.
.
- This module provides a 'parallel map'. Multiple worker processes are
- forked so that many instances of the transformation function may be
- executed simultaneously.
+ Parallel::Iterator provides a 'parallel map()'. Multiple worker processes are
+ forked so that many instances of the transformation function may be executed
+ simultaneously.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparallel-iterator-perl.git
More information about the Pkg-perl-cvs-commits
mailing list