File: README

package info (click to toggle)
libconfig-model-cursesui-perl 1.107-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 148 kB
  • sloc: perl: 1,673; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,032 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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,2011,2017,2021 Dominique Dumont.

    This file is released under the LGPL-2.1 or any later version

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