I installed App::PP::Autolink and used pp_autolink to create some executables in a test area. I received a lot of error/warning/info messages (shown in the sample run for one of the programs below). The executables started up, but I am running a full set of regression tests to avoid any "surprises".

Until I am satisfied there are no hidden "gotchas" in the pp_autolink executables I will continue to use perl2exe for production code. Like I said, the disk space usage is not a big concern. It was just an aside.

pp_autolink -o=pai.exe p.pl # Use of runtime loader module Module::Implementation detected. Resul +ts of static scanning may be incomplete. # Use of runtime loader module Module::Runtime detected. Results of s +tatic scanning may be incomplete. DLL check iter: 1 DLL check iter: 2 DLL check iter: 3 DLL check iter: 4 Unable to locate these DLLS, packed script might not work: oci.dll No alien system dlls detected Detected aliens: # Use of runtime loader module Module::Implementation detected. Resul +ts of static scanning may be incomplete. # Use of runtime loader module Module::Runtime detected. Results of s +tatic scanning may be incomplete.

"It's not how hard you work, it's how much you get done."


In reply to Re^11: I prefer not to run the latest version of Perl because: by roho
in thread I prefer not to run the latest version of Perl because: by hippo

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.