
Config::Model::Approx - Approx graphical configuration editor

This module provides a graphical configuration editor for
/etc/approx/approx.conf.

Main dependencies:
- Config::Model::TkUI
- Config::Model

Suggested dependencies:
- Config::Model::CursesUI to get a curses interface for the editor

Once this module is installed, you can run:

  # config-edit -application approx

If config-edit fails to load your approx.conf, you can try config-edit
with -force option.

--------------------------------------------------------------------
MODULE CONTENT

This Perl modules contains several files (listed in MANIFEST). Here
are the purpose of the main files:
- Build.PL : script to build the Perl module. See Module::Build(3pm)
- lib/Config/Model/models : directory containing Approx model
  file (Approx.pl). and its generated doc (Approx.pod)
- lib/Config/Model/Approx.pm: Read and write approx.conf
- t/ : non-regression tests

--------------------------------------------------------------------

AUTHOR
    Copyright (c) 2009-2011 Dominique Dumont.

    This file is part of Config-Model-Approx. License is LGPL v2.1 or
    any later version.

    All help text provided in Approx models were extracted from
    approx.conf(5) man page. I've slightly modified the text to better
    suit an interactive editor.

---------------------------------------------------------------------
INSTALLATION

   	tar zxvf <dist_file>.tar.gz 
   	cd <dist_directory>
   	perl Build.PL
	./Build test

If you want to install this software without packaging, type also:

        ./Build install
