Hello, I am using Net::LDAP; from within a module I didn't write myself, and get the following error at exit (everything working otherwise fine):
(in cleanup) Can't call method "FETCH" on an undefined value at /usr/lib/perl5/vendor_perl/5.8.5/Net/LDAP.pm line 244 during global destruction. Is this a known problem, an error in my usage of the module, or in the intermediate module? Are there hints for me to debug this? The version of LDAP.pm I use is: $VERSION = "0.31"; $LDAP_VERSION = 3; # default LDAP protocol version The version of perl: v5.8.5 built for i386-linux-thread-multi I hope I am not misuing this list with this question. Thanks! Marc