Tue Apr 12 06:58:10 2011: Request 67380 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR-Packer
Subject: Problems with install PAR::Packer 1.009 on Strawberry Perl 5.12.2
on WinXP.
Broken in: (no value)
Severity: (no value)
Owner: RSCHUPP
Requestors: [email protected]
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=67380 >
On 2011-04-11 16:14:08, [email protected] wrote:
> "%~dp0perl.exe" -x -S %0 %*
This is the culprit. It means: "call perl.exe on the same drive
in the same directory as this batch file" which is totally bogus.
pp.bat is generated by pl2bat.bat which usually comes with your
Perl distribution. I checked with ActiveState Perl 5.10.1 and
Strawberry Perl 5.12.0 and their pl2bat.bat doesn't generate
such a line, so I suggest you look for some rogue pl2bat.bat
in your PATH.
Cheers, Roderich