Your bug reports (both RT 90870 and RT 90869, as well as the OP) are meagre; I suppose you are using perl 5.18.0?

No perl -V output, no arch, no OS given... I guess it is some UNIX like OS, Linux? BSD? MacOS X?

Sorry for not being more helpful except with pedantry, but pp a.pl on my 64 bit debian wheezy gives me an a.out which, when run, complains about

Can't locate loadable object for module Moose in @INC (@INC contains: +CODE(0x1117780) /tmp/par-shmem/cache-b6fba448d186ac68663c9acc286d926b +bd929469/inc/lib /tmp/par-shmem/cache-b6fba448d186ac68663c9acc286d926 +bbd929469/inc CODE(0x17ecb00) CODE(0x17ecf80)) at /usr/share/perl5/PA +R/Heavy.pm line 95
so I guess my system (stock perl and modules) is even more b0rken than yours...

--shmem

<update>
Running pp on

#!/usr/bin/perl use Pod::Usage qw(pod2usage); print "hello\n";

generates me an a.out which prints "hello world" and exits cleanly.
I have perl v5.14.2, PAR Packager, version 1.012 (PAR version 1.005), Pod::Usage 1.36
</update>

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'

In reply to Re: PAR::Packer Segmentation fault when using B::Hooks::EndOfScope or Class::MOP by shmem
in thread PAR::Packer Segmentation fault when using B::Hooks::EndOfScope or Class::MOP by szabgab

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.