Perl::Dist::WiX::Role::GitPlugin - Role for plugins that build from git checkouts.


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

Index


NAME

Top

Perl::Dist::WiX::Role::GitPlugin - Role for plugins that build from git checkouts.

VERSION

Top

This document describes Perl::Dist::WiX::Role::GitPlugin version 1.500.

SYNOPSIS

Top

	# Since this is a role, it is composed into classes that use it.

DESCRIPTION

Top

Perl::Dist::WiX::Role::GitPlugin is a role that provides an attribute that is common to all plugins that build Perl from git checkouts.

METHODS

Top

git_describe

The git_describe method returns the output of git describe on the directory pointed to by git_checkout().

It is only executed once, and then the value is stored.

SUPPORT

Top

Bugs should be reported via the CPAN bug tracker at

http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-Dist-WiX

For other issues, contact the author.

AUTHOR

Top

Curtis Jewell <csjewell@cpan.org>

SEE ALSO

Top

Perl::Dist::WiX, Perl::Dist::WiX::BuildPerl::PluginInterface (Perl::Dist::WiX::BuildPerl::PluginInterface)

COPYRIGHT AND LICENSE

Top


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