The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.016 - 2019-05-20

  • Fix #129312: Code signing for OSX
    • Avoid Archive::Zip::Archive error "can't find EOCD signature" for pp'ed executables with lots of stuff appended (e.g. by OSX codesign): temporarily increase Archive::Zip::ChunkSize around the call to Archive::Zip::readFromFileHandle().
    • Note this is prerequisite for the corresponding fix in PAR::Packer.
  • Fix: Archive::Unzip::Burst::unzip result is ignored and _extract_inc does always the slow way, too
    • PR from Vit Spinka <vit.spinka@gmail.com>, thanks!
  • Show debug messages if $ENV{PERL_DL_DEBUG} is true

Documentation

Index and reference of PAR environment variables
Frequently Asked Questions about PAR
Cross-Platform Packaging and Deployment with PAR

Modules

PAR
Perl Archive Toolkit
PAR guts
Setup $ENV{PAR_PROGNAME}
Setup $ENV{PAR_TEMP}