Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37040635
en ru br
ALT Linux repos
S:1.07-alt1
5.0: 1.02-alt2
4.1: 1.02-alt1

Group :: Development/Perl
RPM: perl-App-Control

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.07-alt1
Build date: 17 april 2023, 13:37 ( 49.5 weeks ago )
Size: 9939 b

Home page:   http://www.cpan.org

License: Artistic
Summary: Perl module for apachectl style control of another script or
Description:

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.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-App-Control
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin