summaryrefslogtreecommitdiffstats
path: root/perl/perl-Curses-UI/README
diff options
context:
space:
mode:
author Daniel LEVAI2012-04-15 17:47:38 +0200
committer Erik Hanson2012-04-16 12:35:58 +0200
commitc8493ef78bb8eda0e95ae8beb173ef730ba69555 (patch)
tree72340c103ccf206bf246d03b26a8a8bf1348044e /perl/perl-Curses-UI/README
parentd81a3eaf5e10527528591f269d996ac882864758 (diff)
downloadslackbuilds-c8493ef78bb8eda0e95ae8beb173ef730ba69555.tar.gz
perl/perl-Curses-UI: Added (curses based user interface framework)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-Curses-UI/README')
-rw-r--r--perl/perl-Curses-UI/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-Curses-UI/README b/perl/perl-Curses-UI/README
new file mode 100644
index 0000000000..2ff215477d
--- /dev/null
+++ b/perl/perl-Curses-UI/README
@@ -0,0 +1,6 @@
+Curses::UI - A curses based user interface framework in perl
+
+A UI framework based on the curses library. Curses::UI contains
+several widgets which can be used to build a user interface.
+
+This requires perl-Curses and perl-TermReadKey.