Tue May 19 11:35:59 2015: Request 104509 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR
Subject: Problem signing PAR file
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: [email protected]
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=104509 >
Am 2015-05-19 11:21:23, [email protected] schrieb:
> What about compiling a list of 'problematic modules' and giving PAR the
> option to fix them?
This list already exists, actually in two parts:
one is the %Preload hash in Module::ScanDeps, the other is
PAR::Filter::PatchContent. The latter is sparingly used as
it is very brittle: though it typically patches only a single
in a module, it will stop working when the module author
modifies this line.
Cheers, Roderich