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

Search results for "dist:Perl-Dist-WiX csjewell"

Perl::Dist::WiX - 4th generation Win32 Perl distribution builder No river data available

This package is the upgrade to Perl::Dist based on Windows Installer XML technology, instead of Inno Setup. Perl distributions built with this module have the option of being created as Windows Installer databases (otherwise known as .msi files)...

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC

Perl::Dist::WiX::Types - Public types used in Perl::Dist::WiX. No river data available

This module exists to provide Moose types that Perl::Dist::WiX and subclasses can use. It may be updated or replaced at any time....

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC

Perl::Dist::VanillaWiX - Minimal distribution of Perl, useful only for testing. No river data available

This package is a basic test of Perl::Dist::WiX functionality....

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC

perldist_w - Windows Perl distribution builder No river data available

perldist_w is the command line front-end to the Perl::Dist::WiX Win32 Perl distribution builder. It takes arguments, burns CPU for an hour or more, and then spits out a distribution package. The argument is the class name for the distribution. This w...

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC

Perl::Dist::WiX::Tag::Icon - <Icon> tag that stores its type of target. No river data available

This is an XML tag that specifies an icon that is used in a Perl::Dist::WiX-based distribution....

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC

Perl::Dist::WiX::IconArray - A list of <Icon> tags. No river data available

This stores all the icons that are used in a Perl::Dist::WiX-based installer for Start Menu shortcuts or for the Add/Remove Programs entry, so that they can all be defined in one place when linking the installer together. The object is not a singleto...

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC

Perl::Dist::WiX::Toolchain - Compiles the initial toolchain for a Win32 perl distribution. No river data available

This module starts up a copy of the running perl (NOT the perl being built) in order to determine what modules are in the "initial toolchain" and need to be upgraded or installed immediately. The "initial toolchain" is the modules that are required f...

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC

Perl::Dist::WiX::Exceptions - Exception classes for Perl::Dist::WiX No river data available

This module provides the exceptions that Perl::Dist::WiX uses when notifying the user about errors....

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC

Perl::Dist::WiX::Repository - The repository that is used for Perl::Dist::WiX. No river data available

This documentation describes the repository that Perl::Dist::WiX uses, and the branches that are currently being used as of May 2011....

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC

Perl::Dist::WiX::Asset::PAR - "Binary .par package" asset for a Win32 Perl No river data available

Perl::Dist::WiX::Asset::PAR is a data class that provides encapsulation and error checking for a "binary .par package" to be installed in a Perl::Dist::WiX-based Perl distribution. It is normally created by the install_par method of "Perl::Dist::WiX"...

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC

Perl::Dist::WiX::Asset::File - "Single File" asset for a Win32 Perl No river data available

Perl::Dist::Asset::File is a data class that provides encapsulation and error checking for a single file to be installed unmodified into a Perl::Dist::WiX-based Perl distribution. It is normally created on the fly by the <Perl::Dist::WiX> "install_fi...

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC

Perl::Dist::WiX::FeatureTree - Tree of <Feature> tag objects. No river data available

This module contains the feature tree for a distribution. Currently, this implements a "feature tree" with one feature. Multiple features will be implemented during the October 2010 release cycle....

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC

Perl::Dist::WiX::Role::Asset - Role for assets. No river data available

Perl::Dist::WiX::Role::Asset is a role that provides methods, attributes, and error checking for assets to be installed in a Perl::Dist::WiX-based Perl distribution....

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC

Perl::Dist::WiX::Asset::Perl - "Perl core" asset for a Win32 Perl No river data available

This asset downloads the Perl source code for a given version of Perl and patches and installs it into a specified directory...

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC

Perl::Dist::WiX::Diagnostics - The list of exceptions that Perl::Dist::WiX catches. No river data available

This documentation describes the exceptions that Perl::Dist::WiX uses in case an error occurs....

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC

Perl::Dist::WiX::PropertyList - A list of <Property> and <WixVariable> tags. No river data available

TODO The object is not a singleton - maybe it should be?...

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC

Perl::Dist::WiX::Asset::Module - Module asset for a Win32 Perl No river data available

This asset installs a module from CPAN....

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC

Perl::Dist::WiX::DirectoryTree - Base directory tree for Perl::Dist::WiX. No river data available

This is an object that represents the main directory tree for the installer. This tree contains all directories being created that are referenced in more than one fragment, and all directories that need to have specific IDs....

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC

Perl::Dist::WiX::Asset::Binary - "Binary Package" asset for a Win32 Perl No river data available

Perl::Dist::WiX::Asset::Binary is a data class that provides encapsulation and error checking for a "binary package" to be installed in a Perl::Dist::WiX-based Perl distribution. It is normally created on the fly by the Perl::Dist::WiX::Mixin::Instal...

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC

Perl::Dist::WiX::Asset::Website - Website link asset for a Win32 Perl No river data available

This asset creates a website link in the Start Menu using the parameters given....

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC
45 results (0.035 seconds)