Search results for "module:PAR"
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.52 - 07 May 2023 11:54:25 UTC
PAR::Heavy - PAR guts
No user-serviceable parts inside....
RSCHUPP/PAR-1.018 - 28 Sep 2022 20:53:07 UTC
Apache::PAR - Perl extension for including Perl ARchive files in a mod_perl (1.x or 2.x) environment.
Apache::PAR is a framework for including Perl ARchive files in a mod_perl (1.x or 2.x) environment. It allows an author to package up a web application, including configuration, static files, Perl modules, and Registry and PerlRun scripts to include ...
NBYRD/Apache-PAR-0.30 - 30 Aug 2003 02:39:52 UTC
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
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::Indexer - Scan a PAR distro for packages and scripts
This module contains code for scanning a PAR distribution for packages and scripts. The code was adapted from the PAUSE indexer. This module is used by PAR::Repository for injection of new PAR distributions. EXPORT None by default, but you can choose...
SMUELLER/PAR-Indexer-0.91 - 03 Feb 2009 16:59:31 UTC
PAR::WebStart - Perl implementation of Java's WebStart
This a Perl version of Java's WebStart technology; see <http://java.sun.com/j2se/1.4.2/docs/guide/jws/developersguide/overview. html> for details. PAR-WebStart is a helper application associated with a browser. When a user clicks on a link that point...
ISHIGAKI/PAR-WebStart-0.20 - 03 Apr 2011 16:22:46 UTC
PAR::SetupTemp - Setup $ENV{PAR_TEMP}
Routines to setup the "PAR_TEMP" environment variable. The documentation of how the temporary directories are handled is currently scattered across the "PAR" manual and the "PAR::Environment" manual. The "set_par_temp_env()" subroutine sets up the "P...
RSCHUPP/PAR-1.018 - 28 Sep 2022 20:53:07 UTC
PAR::Repository - Create and modify PAR repositories
This module is intended for creation and maintenance of PAR repositories. A PAR repository is collection of .par archives which contain Perl code and associated libraries for use on specific platforms. In the most common case, these archives differ f...
RSCHUPP/PAR-Repository-0.21 - 22 Nov 2012 21:07:32 UTC
PAR::SetupProgname - Setup $ENV{PAR_PROGNAME}
Routines to setup the "PAR_PROGNAME" environment variable. Read the "PAR::Environment" manual. The "set_progname()" subroutine sets up the "PAR_PROGNAME" environment variable...
RSCHUPP/PAR-1.018 - 28 Sep 2022 20:53:07 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::Dist::FromPPD - Create PAR distributions from PPD/PPM packages
This module creates PAR distributions from PPD XML documents which are used by ActiveState's "Perl Package Manager", short PPM. It parses the PPD document to extract the required information and then uses PAR::Dist to create a .par archive from it. P...
SMUELLER/PAR-Dist-FromPPD-0.03 - 21 Dec 2006 17:18:08 UTC
Padre::Plugin::PAR - PAR generation from Padre
CHORNY/Padre-Plugin-PAR-0.06
-
09 Aug 2010 06:05:51 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
PAR::WebStart::PNLP - Parse pnlp files
This module is used to parse "PNLP" files, which are XML files whose syntax is described later in this document. The $cfg data structure returned is a hash reference, the key being the XML elements encountered. The value associated with this key are ...
ISHIGAKI/PAR-WebStart-0.20 - 03 Apr 2011 16:22:46 UTC
PAR::Dist::FromCPAN - Create PAR distributions from CPAN
This module creates PAR distributions from any number of modules from CPAN. It exports the cpan_to_par subroutine for this task. EXPORT By default, the "cpan_to_par" subroutine is exported to the callers namespace....
SMUELLER/PAR-Dist-FromCPAN-1.11 - 19 Jul 2009 08:43:02 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