[med-svn] r5161 - trunk/packages/ensembl/libparallel-useragent-perl/trunk/debian

Richard Holland holland-guest at alioth.debian.org
Thu Aug 19 15:09:22 UTC 2010


Author: holland-guest
Date: 2010-08-19 15:09:12 +0000 (Thu, 19 Aug 2010)
New Revision: 5161

Modified:
   trunk/packages/ensembl/libparallel-useragent-perl/trunk/debian/changelog
   trunk/packages/ensembl/libparallel-useragent-perl/trunk/debian/control
Log:


Modified: trunk/packages/ensembl/libparallel-useragent-perl/trunk/debian/changelog
===================================================================
--- trunk/packages/ensembl/libparallel-useragent-perl/trunk/debian/changelog	2010-08-19 13:24:09 UTC (rev 5160)
+++ trunk/packages/ensembl/libparallel-useragent-perl/trunk/debian/changelog	2010-08-19 15:09:12 UTC (rev 5161)
@@ -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

Modified: trunk/packages/ensembl/libparallel-useragent-perl/trunk/debian/control
===================================================================
--- trunk/packages/ensembl/libparallel-useragent-perl/trunk/debian/control	2010-08-19 13:24:09 UTC (rev 5160)
+++ trunk/packages/ensembl/libparallel-useragent-perl/trunk/debian/control	2010-08-19 15:09:12 UTC (rev 5161)
@@ -11,4 +11,14 @@
 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)




More information about the debian-med-commit mailing list