WiX3 Version 0.011 DESCRIPTION This distribution is designed to assist in writing XML files for Windows Installer XML version 3.0, otherwise known as WiX. Since Windows Installer, and therefore WiX, keeps track of each individual file, installers using it are more complicated than other installers. This distribution, therefore contains Moose classes that represent different WiX tags to keep track of files, directories, etc. INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install This method of installation will install a current version of Module::Build if it is not already installed. Alternatively, to install with Module::Build, you can use the following commands: perl Build.PL ./Build ./Build test ./Build install DEPENDENCIES Moose, Exception::Class, List::MoreUtils, Data::UUID, Params::Util, MooseX::Singleton, MooseX::Types, Regexp::Common, and Readonly. WARNING This distribution is not nearly complete yet - it is still in an alpha state. LICENCE AND COPYRIGHT Copyright 2009, 2010, 2011 Curtis Jewell `'. This module is free software; you can redistribute it and/or modify it under the same terms as Perl 5.8.1 itself. See perlartistic.