summaryrefslogtreecommitdiff
path: root/perl/perl6-Readline/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl6-Readline/README')
-rw-r--r--perl/perl6-Readline/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/perl/perl6-Readline/README b/perl/perl6-Readline/README
new file mode 100644
index 0000000000..e02a33fd9e
--- /dev/null
+++ b/perl/perl6-Readline/README
@@ -0,0 +1,9 @@
+A thin OO wrapper around the GNU Readline library for the Perl 6
+programming language.
+
+This module adds command line editing to the perl6 interpreter.
+
+Create the file ~/.perl6/rakudo-history if you would like to keep your
+command history:
+
+ mkdir -p ~/.perl6 && touch ~/.perl6/rakudo-history