slackbuilds/perl/perl6-Readline
Andreas Voegele 058260cc9e
perl/perl6-Readline: Updated for version 0.1.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-07-28 08:51:45 +07:00
..
README
ncurses.patch perl/perl6-Readline: Updated for version 0.1.4. 2018-07-28 08:51:45 +07:00
perl6-Readline.SlackBuild perl/perl6-Readline: Updated for version 0.1.4. 2018-07-28 08:51:45 +07:00
perl6-Readline.info perl/perl6-Readline: Updated for version 0.1.4. 2018-07-28 08:51:45 +07:00
slack-desc

README

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