libapp-control-perl 1.07-2 source package in Ubuntu

Changelog

libapp-control-perl (1.07-2) unstable; urgency=medium

  * Team upload.
  * Remove generated test file via debian/clean. (Closes: #1048288)

 -- gregor herrmann <email address hidden>  Mon, 04 Mar 2024 20:44:43 +0100

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
Oracular release universe perl
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libapp-control-perl_1.07-2.dsc 2.3 KiB 7881e9846d6c1ce433f50244d16305df66c0b152e06779a3a35cb01168124197
libapp-control-perl_1.07.orig.tar.gz 5.7 KiB 9ece528a449d57241053ee91d103486e189e0ae2323646d29ccd767e77626604
libapp-control-perl_1.07-2.debian.tar.xz 2.6 KiB 6bf5f244c457e5cd8831da428b03cf00d80ae7196f9249a373ee4bb3dc2d7970

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.