logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DebAux::Debconf - easy interface to Debconf::Client::ConfModule

Description

         This module provides an easy interface to Debconf::Client::Module
         which does the error handling for you.

Functions

       get name
             Get the value for I<name>. Dies on any error.

       set namevalue
             Set the value for I<name>. Dies on any error.

       ask priorityname
             Asks for the value for I<name> with the priority I<priority>.
             Combines the debconf commands INPUT and GO.
             Dies on any error.

perl v5.38.2                                       2024-06-17                               DebAux::Debconf(3pm)

Name

         DebAux::Debconf - easy interface to Debconf::Client::ConfModule

Synopsis

         use DebAux::Debconf;
         DebAux::Debconf::get('package/name');
         DebAux::Debconf::set('package/name','value');
         DebAux::Debconf::ask('medium','package/name');

See Also