On Thu, Apr 23, 2009 at 1:25 AM, Sisyphus <sisyph...@optusnet.com.au> wrote: > Why did you need to force install ? Compress-Raw-Bzip2-2.017,
Just a thought: If I recall correctly you can't install one of the Compress modules dealing with zlib using cpan on Windows. The reason is that cpan uses this module itself and the module contains a DLL that install wants to replace. But you can't replace a DLL that's currently in use, even renaming it doesn't work. If that's what happened in your case, then "force install" didn't work either - you just did suppress the error message and this may have resulted in a broken installation. Cheers, Roderich