Wed Jan 06 17:25:55 2021: Request 133999 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR-Packer
Subject: PAR::Filter::Bleach
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=133999 >
On 2021-01-06 09:13:16, [email protected] wrote:
> ich have a perl-script with __DATA__ inside.
> I compile it with pp -f Bleach ... to exe.
> After starting exe it crashes.
Really? No error message?
> What can I do?
Don't use bleach on your colorful scripts :)
Seriously, you should have seen something like
readline() on unopened filehandle DATA at (eval 1) line 8.
Due to the way Bleach is implemented, __DATA__ doesn't work.
Cheers, Roderich