Fri Nov 07 03:55:54 2014: Request 99229 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR
Subject: Problem with PAR::Packer 1.022 on Perl 5.20.1 and earlier.
Broken in: (no value)
Severity: (no value)
Owner: RSCHUPP
Requestors: [email protected]
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=99229 >
On 2014-11-02 17:12:25, [email protected] wrote:
> In the patch for this bug in v1.023 you accidentally messed up the
> name of the lib so it doesn't match it:
>
> $libwinpthread = find_dll("libwinpthreads*.$Config{so}");
>
> should be:
>
> $libwinpthread = find_dll("libwinpthread*.$Config{so}");
Thanks for pointing out, fixed in 1.024.
Cheers, Roderich