| Perl-Dist-WiX documentation | view source | Contained in the Perl-Dist-WiX distribution. |
Perl::Dist::WiX::Role::GitPlugin - Role for plugins that build from git checkouts.
This document describes Perl::Dist::WiX::Role::GitPlugin version 1.500.
# Since this is a role, it is composed into classes that use it.
Perl::Dist::WiX::Role::GitPlugin is a role that provides an attribute that is common to all plugins that build Perl from git checkouts.
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.
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.
Curtis Jewell <csjewell@cpan.org>
Perl::Dist::WiX, Perl::Dist::WiX::BuildPerl::PluginInterface (Perl::Dist::WiX::BuildPerl::PluginInterface)
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 module.
| Perl-Dist-WiX documentation | view source | Contained in the Perl-Dist-WiX distribution. |