Re: Open3: Problems installing from CPAN
[email protected] (David Golden)
| Newsgroups | perl.win32.vanilla |
|---|---|
| Message-ID | <[email protected]> |
On Tue, May 18, 2010 at 8:18 AM, Johannes Kilian <[email protected]> wrote: > The whole behaviour seems to be connected to my machine - but I don't > have a guess (yet), what maybe the reason, since the described errors > are the only hints (yet ...) I have to admit I'm a bit stumped. I'm guessing that the error is coming from Test::Harness trying to do IO redirection. I would try upgrading Test::Harness. If that fails, try it manually. From the CPAN shell prompt, do "look Net::LDAP::Server::Test", then run "perl Makefile.PL", "dmake", "dmake test". You might also try Perl 5.12.0 -- but that might be using an atomic bomb to swat a fly. The error is in the test harness and doesn't mean the module won't work. So you can just "force install ..." and ignore the test failures. Hope that helps, David