blob: e02a33fd9e9798be7c3194997e6d9ff65c10e572 (
plain)
1
2
3
4
5
6
7
8
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
|