libapp-control-perl 1.02-5 source package in Ubuntu

Changelog

libapp-control-perl (1.02-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libapp-control-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 01:35:04 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libapp-control-perl_1.02-5.dsc 2.1 KiB d889465e73b048a77162a9f101b92e67a7d3891d96dd4315c09503ce484deefc
libapp-control-perl_1.02.orig.tar.gz 4.6 KiB db75ab08de37c5a44150195ff97683a66de447918ec10a891f2f4a129fa9fa3d
libapp-control-perl_1.02-5.debian.tar.xz 2.3 KiB 52b0a8c4a800937e2bc5140f7cb913b711785c7c40d8eead3a2d970a2c2ecfe9

Available diffs

No changes file available.

Binary packages built by this source

libapp-control-perl: Perl module for apachectl style control of another executable

 App::Control is a simple module to replicate the kind of functionality you get
 with apachectl to control Apache, but for any script or executable. There is a
 very simple OO interface, where the constructor is used to specify the
 executable, command line arguments, and pidfile, and various methods (start,
 stop, etc.) are used to control the executable in the obvious way. The module
 is intended to be used in a simple wrapper control script. Currently the
 module does a fork and exec to start the executable, and sets the signal
 handler for SIGCHLD to 'IGNORE' to avoid zombie processes.