Thu Nov 28 05:24:31 2013: Request 90870 was acted upon. Transaction: Ticket created by ga...@szabgab.com Queue: PAR-Packer Subject: Segmentation fault (core dumped) (MooX::Options) Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: ga...@szabgab.com Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=90870 >
The code I have looks like this: use Moo; use MooX::Options; print "hello world"; pp a.pl prints the warnings mentioned in #90869 then running ./a.out generates a segmentation fault. Gabor