Wed Jan 22 03:44:39 2014: Request 92352 was acted upon. Transaction: Correspondence added by RSCHUPP Queue: PAR-Packer Subject: pp failed - Perl lib version (5.16.3) doesn't match executable... Broken in: 1.013 Severity: (no value) Owner: Nobody Requestors: dji...@cpan.org Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=92352 >
On 2014-01-22 03:35:19, DJIBEL wrote: > Installation not failed (ppm install PAR-Packer) but ysing it failed : > ======================================================= > pp -o test.exe tk.pl > > Perl lib version (5.16.3) doesn't match executable > 'C:\Users\djibel\AppData\Loc al\Temp\parlFix_.exe' version (v5.16.0) > at E:/Perl64/lib/Config.pm line 60. The version of perl PAR::Packer was built with and the version of perl you pack stuff with must be the same (actually it's the perl ABI that counts, so even the same version may fail e.g. if one perl is built using threads and the other isn't). Using ppm to install PAR::Packer will typically violate that constraint, there's nothing I can do about it. Cheers, Roderich