Perl::Dist::WiX::Mixin::ReleaseNotes - Creates accessory files.


Perl-Dist-WiX documentation  | view source Contained in the Perl-Dist-WiX distribution.

Index


NAME

Top

Perl::Dist::WiX::Mixin::ReleaseNotes - Creates accessory files.

VERSION

Top

This document describes Perl::Dist::WiX::Mixin::ReleaseNotes version 1.500.

DESCRIPTION

Top

This module provides the routines that Perl::Dist::WiX uses in order to make the distributions.txt and the release notes files.

SYNOPSIS

Top

	# This module is not to be used independently.
	# It provides methods to be called on a Perl::Dist::WiX object.

INTERFACE

Top

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

Top

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

BUGS AND LIMITATIONS (SUPPORT)

Top

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

Top

Curtis Jewell <csjewell@cpan.org>

SEE ALSO

Top

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

COPYRIGHT AND LICENSE

Top


Perl-Dist-WiX documentation  | view source Contained in the Perl-Dist-WiX distribution.