summaryrefslogtreecommitdiffstats
path: root/perl/perl-Curses-UI/README
diff options
context:
space:
mode:
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.