Update of /cvsroot/ldapsh/ldapsh
In directory sc8-pr-cvs1:/tmp/cvs-serv14572
Modified Files:
ldapsh
Log Message:
Added a note for usage on Win32 platform, due to some problems using Term::ReadLine
Index: ldapsh
===================================================================
RCS file: /cvsroot/ldapsh/ldapsh/ldapsh,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** ldapsh 23 Dec 2003 12:26:50 -0000 1.41
--- ldapsh 5 Jan 2004 13:11:32 -0000 1.42
***************
*** 256,259 ****
--- 256,271 ----
=back
+ =head1 NOTES
+
+ =head2 Win32 Platform
+
+ Not all modules are available for Win32 platform. LDAPsh has been tested with ActiveState ActivePerl 5.8. Here are some hints to get it working:
+
+ =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
+
=cut
|