Search results for "module:PAR::Packer"
PAR::Packer - PAR Packager
This module implements the App::Packer::Backend interface, for generating stand-alone executables, perl scripts and PAR files. Currently, this module is used by the command line tool pp internally, as well as by the contributed contrib/gui_pp/gpp pro...
RSCHUPP/PAR-Packer-1.057 - 29 Nov 2022 11:33:29 UTC
App::Packer::PAR - Pack applications in a single executable file
This module is a modified version of App::Packer, temporarily shipped with PAR until it is merged into newer versions of App::Packer....
RSCHUPP/PAR-Packer-1.057 - 29 Nov 2022 11:33:29 UTC
PAR::Filter - Input filter for PAR
Starting with PAR 0.76, "pp -f" takes a filter name, like "Bleach", and invokes this module to transform the programs with PAR::Filter::Bleach. Similarly, "pp -F Bleach" applies the Bleach filter to all included modules. It is possible to pass in mul...
RSCHUPP/PAR-Packer-1.057 - 29 Nov 2022 11:33:29 UTC
PAR::Filter::Bleach - Bleach filter
This filter removes all the unsightly printable characters from your source file, using an algorithm similar to Damian Conway's Acme::Bleach....
RSCHUPP/PAR-Packer-1.057 - 29 Nov 2022 11:33:29 UTC
PAR::Filter::Bytecode - Bytecode filter
This filter is deprecated. The B::Bytecode code has been removed from the newest development series of perl and will not be included in perl 5.10 any more. Please have a look at Steve Hay's PAR::Filter::Crypto module if you want to hide your sources....
RSCHUPP/PAR-Packer-1.057 - 29 Nov 2022 11:33:29 UTC
PAR::Filter::PodStrip - POD-stripping filter
This filter strips away all POD sections, but preserves the original file name and line numbers via the "#line" directive....
RSCHUPP/PAR-Packer-1.057 - 29 Nov 2022 11:33:29 UTC
PAR::Filter::Obfuscate - Obfuscating filter
This filter uses B::Deobfuscate (available separately from CPAN) to turn the script into comment-free, architecture-independent Perl code with mangled variable names....
RSCHUPP/PAR-Packer-1.057 - 29 Nov 2022 11:33:29 UTC
PAR::StrippedPARL::Base - Base class for the PARL data packages
This class is internal to PAR. Do not use it outside of PAR. This class is basically just a container for a static binary PAR loader which doesn't include the PAR code like the parl or parl.exe you are used to. If you're really curious, I'll tell you...
RSCHUPP/PAR-Packer-1.057 - 29 Nov 2022 11:33:29 UTC
PAR::Filter::PatchContent - Content patcher
This filter fixes PAR-incompatible modules; pp applies it to modules by default....
RSCHUPP/PAR-Packer-1.057 - 29 Nov 2022 11:33:29 UTC
PAR - Perl Archive Toolkit
This module lets you use special zip files, called Perl Archives, as libraries from which Perl modules can be loaded. It supports loading XS modules by overriding DynaLoader bootstrapping methods; it writes shared object file to a temporary file at t...
RSCHUPP/PAR-1.018 - 28 Sep 2022 20:53:07 UTC
PAR::Dist - Create and manipulate PAR distributions
This module creates and manipulates *PAR distributions*. They are architecture-specific PAR files, containing everything under blib/ of CPAN distributions after their "make" or "Build" stage, a META.yml describing metadata of the original CPAN distri...
RSCHUPP/PAR-Dist-0.51 - 30 Nov 2020 13:05:57 UTC
PAR::Filter::Crypto - Encrypt Perl files in PAR archives
This module is a PAR::Filter sub-class for producing PAR archives containing encrypted Perl files. The PAR::Filter class itself is part of the PAR distribution, and is clearly a prerequisite for using this sub-class. The usual means of producing a PA...
SHAY/Filter-Crypto-2.09 - 08 Dec 2020 09:06:27 UTC