DebAux::Debconf
easy interface to Debconf::Client::ConfModule
- Provided by: debaux-debconf (Version: 0.1.10-1.1ubuntu1)
- Source: debaux
- Report a bug
easy interface to Debconf::Client::ConfModule
use DebAux::Debconf;
DebAux::Debconf::get('package/name');
DebAux::Debconf::set('package/name','value');
DebAux::Debconf::ask('medium','package/name');
This module provides an easy interface to Debconf::Client::Module which does the error handling for you.
Get the value for I<name>. Dies on any error.
Set the value for I<name>. Dies on any error.
Asks for the value for I<name> with the priority I<priority>.
Combines the debconf commands INPUT and GO.
Dies on any error.