mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
d065901797
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
9 lines
297 B
Text
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
|