libtheschwartz-perl 1.07-1 source package in Ubuntu

Changelog

libtheschwartz-perl (1.07-1) unstable; urgency=low

  * New upstream release
  * Update Standards-Version (no changes)
  * Includes patch from https://rt.cpan.org/Ticket/Display.html?id=38570
    to fix test failure.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  29 Apr 2009 12:02:20 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Karmic
Original maintainer:
Dominic Hargreaves
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl
Trusty release universe perl
Precise release universe perl

Builds

Karmic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtheschwartz-perl_1.07.orig.tar.gz 51.2 KiB 47d7dba0d6ecb75c3f116f907d5a3a6dc772ad41a4cb2cf32c552ffd20256f35
libtheschwartz-perl_1.07-1.diff.gz 3.2 KiB deac6409c7b24776d4bd6638889a8116b4aaed024ba8a37e0c12a13c45bd896a
libtheschwartz-perl_1.07-1.dsc 1.1 KiB 8b450fcb62d680cfa0e4a6a0f9673e92e9fd57a2145dbecb4867cff034dd062f

Available diffs

View changes file

Binary packages built by this source

libtheschwartz-perl: reliable job queue

 TheSchwartz is a reliable job queue system. Your application can put jobs into
 the system, and your worker processes can pull jobs from the queue atomically
 to perform. Failed jobs can be left in the queue to retry later.
 .
 Abilities specify what jobs a worker process can perform. Abilities are the
 names of TheSchwartz::Worker subclasses, as in the synopsis: the MyWorker
 class name is used to specify that the worker script can perform the job. When
 using the TheSchwartz client's work functions, the class-ability duality
 is used to automatically dispatch to the proper class to do the actual work.
 .
 TheSchwartz clients will also prefer to do jobs for unused abilities before
 reusing a particular ability, to avoid exhausting the supply of one kind of job
 while jobs of other types stack up.