Scroll to navigation

Debbugs::Control::Service(3pm) User Contributed Perl Documentation Debbugs::Control::Service(3pm)

NAME

Debbugs::Control::Service -- Handles the modification parts of scripts/service by calling Debbugs::Control

SYNOPSIS

use Debbugs::Control::Service;

DESCRIPTION

This module contains the code to implement the grammar of control@. It is abstracted here so that it can be called from process at submit time.

All of the public functions take the following options:

Functions which should (probably) append to the .log file take the following options:

append_log (for most functions) is a special option. When set to false, no appending to the log is done at all. When it is not present, the above information is faked, and appended to the log file. When it is true, the above options must be present, and their values are used.

GENERAL FUNCTIONS

2018-02-26 perl v5.26.1