diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-09-15 11:30:38 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-09-15 11:30:38 +0000 |
commit | 7ef5744c3d4533e5052c995815258d3686f7e8ae (patch) | |
tree | f4352fa07f72601ca789973a85b634dece794621 /lib/Term | |
parent | 478d3074309ff514cb3d637215f7368927a0a9d6 (diff) | |
download | perl-7ef5744c3d4533e5052c995815258d3686f7e8ae.tar.gz |
Fix pod/perlmodlib.PL (it wasn't generating a complete list
of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
not all modules listed in perlmodlib are necessarily installed.
Plus some corrections by Vincent Lefevre.
p4raw-id: //depot/perl@17906
Diffstat (limited to 'lib/Term')
-rw-r--r-- | lib/Term/ReadLine.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Term/ReadLine.pm b/lib/Term/ReadLine.pm index 8c58694fd8..477aa43eef 100644 --- a/lib/Term/ReadLine.pm +++ b/lib/Term/ReadLine.pm @@ -1,7 +1,7 @@ =head1 NAME -Term::ReadLine - Perl interface to various C<readline> packages. If -no real package is found, substitutes stubs instead of basic functions. +Term::ReadLine - Perl interface to various C<readline> packages. +If no real package is found, substitutes stubs instead of basic functions. =head1 SYNOPSIS |