Re: Open3: Problems installing from CPAN
[email protected] (David Golden)
| Newsgroups | perl.win32.vanilla |
|---|---|
| Message-ID | <[email protected]> |
Can you give some specific example of modules that fail and the specific test files that fail? -- David On Tue, May 18, 2010 at 5:50 AM, Johannes Kilian <[email protected]> wrote: > > Hi there, > > I've started using strawberry-perl (Perl 5.10.1, Win7, 64bit). When trying to install > modules from cpan it almost ever fails with the following problem: > > ---- > install Modul::blablabla > ... > Running make test > Could not execute (C:\Perl\perl\bin\perl.exe -w t/01use.t): open3: Can't > call method "close" on an undefined value at > C:/Perl/perl/lib/IPC/Open3.pm line 370. > dmake.exe: Error code 150, while making 'test_dynamic' > ... > ---- > > This results in finally not installing the desired modules at all ... > > Some modules are installable from cpan - so this is not a general problem of my configuration ... > > Are there any solutions to overcome this problem? > > Thanks in advance > > Jo > > >