Search results for "module:PAR"

PAR - Perl Archive Toolkit River stage two • 7 direct dependents • 14 total dependents

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.020 - 04 Mar 2024 10:49:29 UTC

PAR::Dist - Create and manipulate PAR distributions River stage two • 14 direct dependents • 24 total dependents

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 River stage two • 7 direct dependents • 14 total dependents

No user-serviceable parts inside....

RSCHUPP/PAR-1.020 - 04 Mar 2024 10:49:29 UTC

Apache::PAR - Perl extension for including Perl ARchive files in a mod_perl (1.x or 2.x) environment. River stage zero No dependents

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 River stage one • 5 direct dependents • 6 total dependents

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.063 - 15 Mar 2024 12:57:23 UTC

PAR::Filter - Input filter for PAR River stage one • 5 direct dependents • 6 total dependents

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.063 - 15 Mar 2024 12:57:23 UTC

Archive::Par - use & manipulate par files River stage zero No dependents

FLUFFY/Archive-Par-1.01 - 06 Mar 2002 09:28:02 UTC

PAR::Indexer - Scan a PAR distro for packages and scripts River stage one • 1 direct dependent • 1 total dependent

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 River stage zero No dependents

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} River stage two • 7 direct dependents • 14 total dependents

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.020 - 04 Mar 2024 10:49:29 UTC

PAR::Repository - Create and modify PAR repositories River stage zero No dependents

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} River stage two • 7 direct dependents • 14 total dependents

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.020 - 04 Mar 2024 10:49:29 UTC

lib/SMIL/Par.pm River stage zero No dependents

CDAWSON/Smil-0.898 - 19 Mar 2005 07:52:05 UTC

App::Packer::PAR - Pack applications in a single executable file River stage one • 5 direct dependents • 6 total dependents

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.063 - 15 Mar 2024 12:57:23 UTC

PAR::Dist::FromPPD - Create PAR distributions from PPD/PPM packages River stage one • 2 direct dependents • 2 total dependents

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 River stage one • 1 direct dependent • 1 total dependent

CHORNY/Padre-Plugin-PAR-0.06 - 09 Aug 2010 06:05:51 UTC

PAR::WebStart::PNLP - Parse pnlp files River stage zero No dependents

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 River stage zero No dependents

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::Crypto - Encrypt Perl files in PAR archives River stage zero No dependents

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.10 - 02 Jul 2023 10:25:11 UTC

CPANPLUS::Dist::PAR - CPANPLUS distribution class to create PAR archives River stage zero No dependents

Creates a "PAR" distribution of a CPAN module, using the "CPANPLUS::Dist::*" plugin structure. See the "CPANPLUS::Module" manpage how to pass formats to the install methods. See the "PAR::Dist" manpage for details about the generated archives....

KANE/CPANPLUS-Dist-PAR-0.02 - 05 Oct 2006 15:15:59 UTC
114 results (0.021 seconds)