libthread-conveyor-monitored-perl 0.15-2 source package in Ubuntu

Changelog

libthread-conveyor-monitored-perl (0.15-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 04:34:13 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libthread-conveyor-monitored-perl_0.15-2.dsc 2.3 KiB 9e5520a70a95691a8760a0e718ceac275c34a126e498d0c4ed175a1e3f74fd57
libthread-conveyor-monitored-perl_0.15.orig.tar.gz 11.1 KiB cac51f3942fa16c637aacc3a24ca711cd0ff63918c7ea79b24c3e842c59d201b
libthread-conveyor-monitored-perl_0.15-2.debian.tar.xz 2.9 KiB 1f3efb910c3154201ef643fd7775ac9136a9e54eb07e6f3159949f67e4a72d83

Available diffs

No changes file available.

Binary packages built by this source

libthread-conveyor-monitored-perl: module to monitor a conveyor belt for specific content

 The Thread::Conveyor::Monitored module implements a single worker thread that
 takes of boxes of values from a belt created with Thread::Conveyor and which
 checks the boxes for specific content.
 .
 It can be used for simply logging actions that are placed on the belt. Or
 only output warnings if a certain value is encountered in a box. Or create a
 safe sandbox for Perl modules that are not thread-safe yet.