slackbuilds_ponce/perl/perl6-Readline/README
Andreas Voegele d065901797 perl/perl6-Readline: Added (Perl 6 interface to GNU Readline).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-07-09 18:15:36 +01:00

9 lines
297 B
Text

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