| Perl-Dist-WiX documentation | view source | Contained in the Perl-Dist-WiX distribution. |
Perl::Dist::WiX::Mixin::ReleaseNotes - Creates accessory files.
This document describes Perl::Dist::WiX::Mixin::ReleaseNotes version 1.500.
This module provides the routines that Perl::Dist::WiX uses in order to make the distributions.txt and the release notes files.
# This module is not to be used independently. # It provides methods to be called on a Perl::Dist::WiX object.
The release_notes_filename method returns the name of the release
notes framework file.
The create_release_notes method creates the framework file for the
release notes to upload to a web site.
The create_distribution_list method creates the DISTRIBUTIONS.txt file
for a Perl::Dist::WiX-based distribution.
$self->create_distribution_list_file('DISTRIBUTIONS.txt');
The create_distribution_list_file method creates a distribution list file
(like DISTRIBUTIONS.txt) that contains the list of distributions that are
installed, and adds it to the .msi.
See Perl::Dist::WiX::Diagnostics (Perl::Dist::WiX::Diagnostics) for a list of exceptions that this module can throw.
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.
Curtis Jewell <csjewell@cpan.org>
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 distribution.
| Perl-Dist-WiX documentation | view source | Contained in the Perl-Dist-WiX distribution. |