diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2019-12-01 00:49:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-01 00:49:15 +0700 |
commit | f96fd3618f6e352ca05b8e8c0155cb8e5028c59c (patch) | |
tree | 556b52fc42fb62a99c01be89f666ca35ea5dc040 /perl/raku-Readline/README | |
parent | ef552f304e72507bf932108753a57d94d3e28f04 (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/README | 4 |
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. |