mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
92af189d28
Submitted by: Mathieu Arnold <m@absolight.net> PR: ports/52206
11 lines
490 B
Plaintext
11 lines
490 B
Plaintext
Perl 5 ships with a module called Term::ReadLine which is an interface
|
|
to command line editing and recall. The version that ships with Perl
|
|
is only a stub, and offers little functionality.
|
|
|
|
This module supplements Term::ReadLine so that it uses GNU readline,
|
|
which comes with FreeBSD. Applications that use Term::ReadLine do
|
|
not need to be modified to gain the benefits of this package; it will
|
|
happen transparently upon installation.
|
|
|
|
WWW: http://search.cpan.org/dist/Term-ReadLine-Gnu/
|