Well I still have lib/auto/clone without the cache François
From: RAPPAZ Francois [mailto:francois.rap...@unifr.ch] Sent: jeudi, 18. septembre 2014 10:26 To: Roderich Schupp Cc: par@perl.org Subject: RE: use clone -> crash my exe I don’t mess with the Clone folder in lib/auto. Once the par file is created my bat file unzip it in a tmp folder, and I can see that it’s lib/auto/clone I have. Renaming to Clone does clear the problem. If I compare that tmp folder with other archives I made with par, I see that it’s lib/auto/Clone I have So I wonder what on earth produce the lower case … I did use the cd .\ppcache commands And if I open the file I can see that there is a clone.pm module mentioned whereas other module names are Capitalized I will try to make the archive without the cache. François From: roderich.sch...@gmail.com<mailto:roderich.sch...@gmail.com> [mailto:roderich.sch...@gmail.com] On Behalf Of Roderich Schupp Sent: jeudi, 18. septembre 2014 10:04 To: RAPPAZ Francois Cc: par@perl.org<mailto:par@perl.org> Subject: Re: use clone -> crash my exe On Thu, Sep 18, 2014 at 9:37 AM, RAPPAZ Francois <francois.rap...@unifr.ch<mailto:francois.rap...@unifr.ch>> wrote: Path to Clone.dll in foo.exe is foo.exe\lib\auto\Clone\ As it should be. IIRC you pack via an intermediate .par file that is created by pp, but then massaged by you. Please check if this introduces the case change. Cheers, Roderich