NAME
Perl::Dist::WiX::ReleaseNotes - Creates accessory files.
VERSION
This document describes Perl::Dist::WiX::ReleaseNotes version 1.250.
DESCRIPTION
This module provides the routines that Perl::Dist::WiX uses in order to make the distributions.txt and the release notes files.
SYNOPSIS
# This module is not to be used independently.
# It provides methods to be called on a Perl::Dist::WiX object.
INTERFACE
release_notes_filename
The release_notes_filename
method returns the name of the release notes framework file.
create_release_notes
The create_release_notes
method creates the framework file for the release notes to upload to a web site.
create_distribution_list
The create_distribution_list
method creates the DISTRIBUTIONS.txt file for a Perl::Dist::WiX-based distribution.
create_distribution_list_file
$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.
DIAGNOSTICS
See Perl::Dist::WiX::Diagnostics for a list of exceptions that this module can throw.
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://ali.as/, 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 distribution.