Update of /cvsroot/ldapsh/ldapsh
In directory sc8-pr-cvs1:/tmp/cvs-serv23577
Modified Files:
ldapsh
Log Message:
Corrected a typo on the previously added note
Index: ldapsh
===================================================================
RCS file: /cvsroot/ldapsh/ldapsh/ldapsh,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** ldapsh 5 Jan 2004 13:11:32 -0000 1.42
--- ldapsh 5 Jan 2004 16:56:39 -0000 1.43
***************
*** 264,268 ****
=over 8
! =item * Term::ReadLine::Gnu is not available from ActiveState repository. Term::ReadLine::Gnu is very buggy on Win32 (at least on my box). If you are getting strange characters on the terminal, I suggest you to set the environment variable C<PERL_RL> to "C<0 ornaments=0>" so that Term::ReadLine use stub functions instead of Term::ReadLine::Perl.
=back
--- 264,268 ----
=over 8
! =item * Term::ReadLine::Gnu is not available from ActiveState repository, while Term::ReadLine::Perl is very buggy on Win32 (at least on my box). If you are getting strange characters on the terminal, I suggest you to set the environment variable C<PERL_RL> to "C<0 ornaments=0>" so that Term::ReadLine use stub functions instead of Term::ReadLine::Perl.
=back
|