libminion-perl 10.02+dfsg-1 source package in Ubuntu

Changelog

libminion-perl (10.02+dfsg-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 10.02+dfsg.
  * Annotate test-only build dependencies with <!nocheck>.
  * debian/watch: use uscan version 4.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata.
  * Replace tabs with spaces in debian/copyright.

 -- gregor herrmann <email address hidden>  Sun, 22 Dec 2019 17:55:33 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libminion-perl_10.02+dfsg-1.dsc 2.5 KiB 27cb562125bff009d5d2c2f1c4705eadd31a1506ef355fafe254a389b0ac4341
libminion-perl_10.02+dfsg.orig.tar.xz 183.1 KiB 44a079178979ce27059ce41709329e5e824495d863f9e98aa4911f1bbab0fae2
libminion-perl_10.02+dfsg-1.debian.tar.xz 29.2 KiB fe4873b42f920a6dadc51ecbc22dfce148119c338e123ddf208f236cb1f6f02d

Available diffs

No changes file available.

Binary packages built by this source

libminion-perl: job queue for Mojolicious

 Minion is a job queue for the Mojolicious real-time web framework, with
 support for multiple named queues, priorities, delayed jobs, job
 dependencies, job results, retries with backoff, statistics, distributed
 workers, parallel processing, autoscaling, resource leak protection and
 multiple backends (such as PostgreSQL).
 .
 Job queues allow you to process time and/or computationally intensive tasks
 in background processes, outside of the request/response lifecycle. Among
 those tasks you'll commonly find image resizing, spam filtering, HTTP
 downloads, building tarballs, warming caches and basically everything else
 you can imagine that's not super fast.