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

Changelog

libapp-control-perl (1.02-2) unstable; urgency=low

  [ gregor herrmann ]
  * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #467659).

libapp-control-perl (1.02-1) unstable; urgency=low

  [ David Bremner ]
  * Initial Release (Closes: #430686).

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  07 May 2008 10:35:36 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Intrepid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl
Precise release universe perl

Builds

Intrepid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libapp-control-perl_1.02.orig.tar.gz 4.6 KiB db75ab08de37c5a44150195ff97683a66de447918ec10a891f2f4a129fa9fa3d
libapp-control-perl_1.02-2.diff.gz 2.3 KiB 130ec8da357a665f7ebd73effcac86e304a41113113e58866a351b18b5b95a30
libapp-control-perl_1.02-2.dsc 908 bytes 8a4634bde8a093653fb247eec78515d3cd61e58d6ee6f07dc8b243a6b8972385

View changes file

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.