libminion-perl 7.05-1 source package in Ubuntu

Changelog

libminion-perl (7.05-1) unstable; urgency=medium

  * New upstream version 7.05
  * Declare compliance with Debian Policy 4.0.1
  * Bump debhelper compatibility level to 10
  * Refresh (build-)dependencies

 -- Nick Morrott <email address hidden>  Mon, 14 Aug 2017 21:54:15 +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
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libminion-perl_7.05-1.dsc 2.2 KiB 11e563078f97f8e4ed5e2433a97677866414b1de5e0693e68d25608b2952adac
libminion-perl_7.05.orig.tar.gz 37.4 KiB 55d28a74803f28f3f6af8274337d546d8a5a7f039ae9cf14944274e6efb92280
libminion-perl_7.05-1.debian.tar.xz 5.0 KiB c46d019194579d6e5649b5c661e39f5e685031fd9ec3ffb35a09bc92d9d51e1b

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.