Subject: | a parl.exe fails if you have a different version of Perl installed |
On Windows, if you build a pp type .exe against perl 5.8 and then run it on a system with 5.6 installed, the .exe seems to pull in both the 5.8 dll (as exepcted) and also the 5.6 dll (perl56.dll). This is clearly wrong and causes the .exe to fail.