Thu Oct 01 03:25:11 2009: Request 18472 was acted upon. Transaction: Correspondence added by TJC Queue: PAR-Packer Subject: "parl foo.par script.pl ..." uses a cache area that doesn't depend on foo.par Broken in: 0.975, 0.982, 0.991 Severity: Normal Owner: SMUELLER Requestors: rsch...@cpan.org Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=18472 >
On Wed Sep 30 04:25:33 2009, RSCHUPP wrote: > I tightened your check for "am I invoked as 'parl foo.par ...'?" > a bit (just paranoid), the only thing really necessary is > to check that argv[1] is not NULL before passing it into a string > function. > > Can you check whether the attached patch works for you? The attached patch does still work for me. Thanks for improving it. The changes all look sensible.