I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-05-07 04:24:20-07 by drbean in response to 303
Re: How to force an install
I would find the directory where it was building the module, probably something like ~/.cpanplus/5.8.5/build/Net-LDAP-0.99, and run perl Makefile.PL, make, make test, sudo make install, by hand. CPAN has a way of forcing installs, but I couldn't find out how to do it in CPANPLUS.
Direct Responses: Write a response