summaryrefslogtreecommitdiffstats
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, 0 insertions, 9 deletions
diff --git a/perl/perl6-Readline/README b/perl/perl6-Readline/README
deleted file mode 100644
index e02a33fd9e..0000000000
--- a/perl/perl6-Readline/README
+++ /dev/null
@@ -1,9 +0,0 @@
-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