Debbugs::Control::Service(3pm) | User Contributed Perl Documentation | Debbugs::Control::Service(3pm) |
Debbugs::Control::Service -- Handles the modification parts of scripts/service by calling Debbugs::Control
use Debbugs::Control::Service;
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.
2020-04-07 | perl v5.30.0 |