Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dod38fr/config-model-curses-ui
User interfaces bases on Curses for Config::Model
https://github.com/dod38fr/config-model-curses-ui
Last synced: 2 days ago
JSON representation
User interfaces bases on Curses for Config::Model
- Host: GitHub
- URL: https://github.com/dod38fr/config-model-curses-ui
- Owner: dod38fr
- Created: 2012-06-19T15:45:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T15:47:50.000Z (almost 4 years ago)
- Last Synced: 2025-01-02T23:57:15.034Z (6 days ago)
- Language: Perl
- Size: 51.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
Awesome Lists containing this project
README
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.--------------------------------------------------------------------
TESTThe 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
---------------------------------------------------------------------
INSTALLATIONtar zxvf .tar.gz
cd
perl Build.PL
./Build testIf you want to install this software without packaging, type also:
./Build install