The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Perl::Dist::VanillaWiX - Minimal distribution of Perl, useful only for testing.

VERSION

This document describes Perl::Dist::VanillaWiX version 1.500.

DESCRIPTION

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

SYNOPSIS

        # Sets up a distribution with the following options
        my $distribution = Perl::Dist::VanillaWiX->new(
                msi               => 1,
                trace             => 1,
                cpan              => URI->new(('file://C|/minicpan/')),
                image_dir         => 'C:\myperl',
                download_dir      => 'C:\cpandl',
                output_dir        => 'C:\myperl_build',
                temp_dir          => 'C:\temp',
        );

        # Creates the distribution
        $distribution->run();

INTERFACE

new

See Perl::Dist::WiX->new().

DIAGNOSTICS

See Perl::Dist::WiX::Diagnostics for a list of exceptions that this module can throw.

DEPENDENCIES

Perl 5.10.0 is the mimimum version of perl that this module will run on.

Other modules that this module depends on are a working version of Perl::Dist::WiX.

BUGS AND LIMITATIONS (SUPPORT)

Bugs should be reported via:

1) The CPAN bug tracker at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-Dist-WiX if you have an account there.

2) Email to <bug-Perl-Dist-WiX@rt.cpan.org> if you do not.

For other issues, contact the topmost author.

AUTHORS

Curtis Jewell <csjewell@cpan.org>

SEE ALSO

Perl::Dist::WiX, http://csjewell.comyr.com/perl/

COPYRIGHT AND LICENSE

Copyright 2009 - 2010 Curtis Jewell.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.