aboutsummaryrefslogtreecommitdiff
path: root/perl/raku-Readline/README
diff options
context:
space:
mode:
authorJohannes Schoepfer <slackbuilds@schoepfer.info>2019-12-01 00:49:15 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-12-01 00:49:15 +0700
commitf96fd3618f6e352ca05b8e8c0155cb8e5028c59c (patch)
tree556b52fc42fb62a99c01be89f666ca35ea5dc040 /perl/raku-Readline/README
parentef552f304e72507bf932108753a57d94d3e28f04 (diff)
perl/raku-Readline: Added (Raku interface to GNU Readline library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/raku-Readline/README')
-rw-r--r--perl/raku-Readline/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/raku-Readline/README b/perl/raku-Readline/README
new file mode 100644
index 0000000000000..9f94177e82525
--- /dev/null
+++ b/perl/raku-Readline/README
@@ -0,0 +1,4 @@
+A thin OO wrapper around the GNU Readline library for the Raku
+programming language.
+
+This module adds command line editing to the Rakudo interpreter.