Subject: | Win32 executables don't contain perl58.dll |
Running PAR-0.85_01 with perl-5.8.5 on WinXP.
Create test.pl containing one line:
print "Hello, world.\n";
Run this pp command:
pp -o test.exe test.pl
Now place test.exe somewhere where perl58.dll can't be found. The attached error message pops up.
Renaming test.exe to test.exe.zip and inspecting the contents, there doesn't appear to be any perl58.dll inside, although the file is _way_ bigger than the displayed contents would suggest it ought to be.