Mon Oct 04 17:37:13 2010: Request 61874 was acted upon. Transaction: Correspondence added by RSCHUPP Queue: PAR-Packer Subject: Windows: Packed executable handles wildcards different from script Broken in: 1.007 Severity: Normal Owner: RSCHUPP Requestors: ex-hobbi...@gmx.de Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=61874 >
On 2010-10-04 07:19:04, liandril wrote: > Oh...sorry, I forgot the subject ("Wildcard problem?") and now I don't > know how to add it subsequently. No problemo, I just changed it :) I can reproduce this here - definitely a bug. A suspect the wildcard expansion happens in the "bootstrap" executable - that's the one you see as the result of the packing. The script is actually run by a special purpose perl interpreter that is invoked by the "bootstrap" executable. Probably expansion is done by MingW libraries before "bootstrap" main() is entered. I'll do some digging. Cheers, Roderich