Approx configuration file editor
# full blown editor sudo cme edit approx # command line use sudo cme modify approx distributions:multimedia=http://www.debian-multimedia.org 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() ;
This module provides a configuration editor for Approx. Running cme as root will update \*(C`/etc/approx/approx.conf\*(C'.
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 \s-1API\s0 is documented in Config::Model and mostly in Config::Model::Node.
Dominique Dumont, (ddumont at cpan dot org)
Copyright (c) 2009,2012 Dominique Dumont.
This file is part of Config-Model-Approx.
Config-Model-Approx is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
Config-Xorg is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with Config-Model; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
cme, Config::Model,