[med-svn] [liblwp-parallel-perl] 02/15:

Andreas Tille tille at debian.org
Tue Dec 26 12:28:32 UTC 2017


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

tille pushed a commit to branch master
in repository liblwp-parallel-perl.

commit 65fb030a21fca0b2d6d5ab1540cb2d77f60573bf
Author: Richard Holland <holland at eaglegenomics.com>
Date:   Thu Aug 19 15:09:12 2010 +0000
---
 debian/changelog |  2 +-
 debian/control   | 12 +++++++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f41aa1b..879eea9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 libparallel-useragent-perl (2.57-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: #592528).
 
  -- Richard Holland <holland at eaglegenomics.com>  Thu, 19 Aug 2010 15:21:00 +0200
diff --git a/debian/control b/debian/control
index f9f60a1..01cf419 100644
--- a/debian/control
+++ b/debian/control
@@ -11,4 +11,14 @@ Package: libparallel-useragent-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl5.808-perl
 Description: Extension for LWP to allow parallel HTTP and FTP access
- (no description was found)
+ This class implements a user agent that access web sources in parallel.
+ .
+ Using a LWP::Parallel::UserAgent as your user agent, you typically
+ start by registering your requests, along with how you want the
+ Agent to process the incoming results (see $ua->register).
+ .
+ Then you wait for the results by calling $ua->wait. This method
+ only returns, if all requests have returned an answer, or the Agent
+ timed out. Also, individual callback functions might indicate that
+ the Agent should stop waiting for requests and return. (see
+ $ua->register)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/liblwp-parallel-perl.git



More information about the debian-med-commit mailing list