libthread-conveyor-monitored-perl 0.14-1 source package in Ubuntu

Changelog

libthread-conveyor-monitored-perl (0.14-1) unstable; urgency=low

  * Initial Release. Closes: #781541

 -- Christopher Hoskin <email address hidden>  Mon, 30 Mar 2015 19:23:32 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libthread-conveyor-monitored-perl_0.14-1.dsc 2.4 KiB 9ac320552b47e5dbc2d8fea2ff1d94a1d2b97e3e593f7afc6b8763a2347d0c5f
libthread-conveyor-monitored-perl_0.14.orig.tar.gz 10.7 KiB 012c00d7b58008c1890ecc5d02bf10f31efcab452313350242c3ac977bc0aa59
libthread-conveyor-monitored-perl_0.14-1.debian.tar.xz 2.2 KiB dd3353c054fe84c1b80029f5f04b647ad0ac05c8313beb363cb2e18a2081408a

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.