libmojo-ioloop-readwriteprocess-perl 0.33-1 source package in Ubuntu

Changelog

libmojo-ioloop-readwriteprocess-perl (0.33-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.33.
  * Drop debian/patches/use-bin-true-in-tests.
    Upstream tests have been changed accordingly.
  * Drop patches typo-in-manual-page and wrong-arm-syscall-use.patch.
    Both merged upstream.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Fri, 30 Dec 2022 21:32:39 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmojo-ioloop-readwriteprocess-perl_0.33-1.dsc 2.6 KiB 47f9cc6a63d387829803813757b3b175f6625c917be5353718cc6382a4b461fe
libmojo-ioloop-readwriteprocess-perl_0.33.orig.tar.gz 61.1 KiB 8135c2ff8fc5834f241987e012563de2f7d9c693720717ca2c824bcf03071b35
libmojo-ioloop-readwriteprocess-perl_0.33-1.debian.tar.xz 2.5 KiB 7f43181da83378ce5e6c837f15749ea36871e5d3d9dd103001e58e9abac586e9

No changes file available.

Binary packages built by this source

libmojo-ioloop-readwriteprocess-perl: module to execute external programs or internal code blocks as separate process

 Mojo::IOLoop::ReadWriteProcess is yet another Mojo process manager. Processes
 can be either internal blocks or code, or external programs.
 .
 Mojo::IOLoop::ReadWriteProces inherits all events, attributes, and methods
 from Mojo::EventEmitter and adds new ones. It supports running processes
 directly, in parallel, in batch mode, and in a queue.