Package perl-App-Control: Information

    Source package: perl-App-Control
    Version: 1.02-alt2
    Build time:  Sep 3, 2008, 02:39 PM
    Category: Development/Perl
    Report package bug
    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.

    List of rpms provided by this srpm:
    perl-App-Control (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko


      1. perl-devel

    Last changed


    Sept. 3, 2008 Igor Vlasenko 1.02-alt2
    - removed perl dir ownership
    June 1, 2007 Igor Vlasenko 1.02-alt1
    - first build for ALT Linux Sisyphus