Is there a way to reduce the redundancy? I would like to install the temp cache with my installer and remove the already decompressed files from the PAR archive.

Yup, its trivial, don't use PAR, use a portable perl , all windows perls are portable they all come with "relocatable @INC", but on other OS you have to turn that feature on when compiling, see Relocatable @INC, see Portable, Re^3: How to create relocatable perl 5.20.1 ? ( reloc_perl)

See createdistribution/createexecutable or cavapackager or just plain portable strawberryperl

Citrus Perl was abandoned

:) not really no, see Why upgrade perl? and https://sourceforge.net/p/citrusperl/code/HEAD/tree/trunk/

5.16.3 is a most excellent version modern perl

If you want a newer citrus perl, for the newest experimental features, well, all you have to do is contact Mark Dootson and make a deal, or compile it yourself

but like I said, 5.16.3 is modern enough


In reply to Re: PAR::Packer to create an application without a decompression into temp? by Anonymous Monk
in thread PAR::Packer to create an application without a decompression into temp? by bubnikv

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.