Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > c6b7045f32ea4985d3dfc92d2dd4686f > files > 3

perl-Config-Model-CursesUI-1.104-3.fc16.noarch.rpm

This module provides a Curses interface to the configuration editor
provided by Config::Model.

For instance, with this module, Config::Model and
Config::Model::OpenSsh, you get a curses configuration editor for
sshd_config.

This interface is used by config-edit program provided by
Config::Model.

--------------------------------------------------------------------
TEST

The automatic test done by "./Build test" is minimal. IT just compile
the module.

You can also run the test in interactive mode by typing:

   perl t/curses_ui.t i


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

AUTHOR
    Copyright (c) 2007-2009 Dominique Dumont.

    This file is part of Config-Model-Itself.

---------------------------------------------------------------------
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