diff options
Diffstat (limited to 'perl/perl-Term-ReadLine-Gnu/README')
-rw-r--r-- | perl/perl-Term-ReadLine-Gnu/README | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/perl/perl-Term-ReadLine-Gnu/README b/perl/perl-Term-ReadLine-Gnu/README index 51e39edc1092b..386b599a88922 100644 --- a/perl/perl-Term-ReadLine-Gnu/README +++ b/perl/perl-Term-ReadLine-Gnu/README @@ -1,5 +1,7 @@ -Term::ReadLine::Gnu provides functions for use by interactive programs -that allow users to edit command lines as they are typed in. The -module includes additional functions to maintain a list of +perl-Term-ReadLine-Gnu (line-editing and history capabilities) + +Term::ReadLine::Gnu provides functions for use by interactive Perl +programs that allow users to edit command lines as they are typed +in. The module includes additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those lines. |