Wed Jun 11 22:21:47 2014: Request 13285 was acted upon.
Transaction: Correspondence added by ETJ
Queue: Inline
Subject: Inline breaks down when run in two processes at once
Broken in: (no value)
Severity: Normal
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=13285 >
In true perl one-liner style, the following is equivalent:
rm -rf _Inline; perl -MInline -e 'fork;Inline->bind(C => q{void a()
{puts("z\n");}}); &a'
Also, running that a few times sometimes gives other errors as well.