NAME

Config::Model::Approx - Approx configuration file editor

VERSION

version 1.012

SYNOPSIS

 # Check approx content
 cme check approx
 # full blown editor
 sudo cme edit approx
 # command line use
 sudo cme modify approx 'distributions:multimedia=http://www.debian-multimedia.org'
 # Perl API
 use Config::Model ;
 my $model = Config::Model -> new ( ) ;
 my $inst = $model->instance (root_class_name   => 'Approx');
 my $root = $inst -> config_root ;
 $root->load("distributions:multimedia=http://www.debian-multimedia.org") ;
 $inst->write_back() ;

DESCRIPTION

This module provides a configuration editor for Approx. Running cme as root will update "/etc/approx/approx.conf".
Once this module is installed, you can run:
 # cme edit approx
This module and Config::Model can also be used from Perl programs to modify safely the content of /etc/approx/approx.conf.
The Perl API is documented in Config::Model and mostly in Config::Model::Node.

BUGS

The configuration file is reformatted when written.

SEE ALSO

cme
Using cme wiki page <https://github.com/dod38fr/config-model/wiki/Using-cme>

SEE ALSO

cme, Config::Model,

AUTHOR

Dominique Dumont This software is Copyright (c) 2015-2021 by Dominique Dumont.
This is free software, licensed under:
  The GNU Lesser General Public License, Version 2.1, February 1999

Questions & Answers

Helpful answers and articles about Config::Model::Approx you may found on these sites:
Stack Overflow Server Fault Super User Unix & Linux Ask Ubuntu Network Engineering DevOps Raspberry Pi Webmasters Google Search