NAME
Dist::Zilla::Plugin::Git::Describe - add the results of `git describe` (roughly) to your main module
VERSION
version 0.007
SYNOPSIS
in dist.ini
[Git::Describe]
DESCRIPTION
This plugin will add the long-form git commit description for the current repo to the dist's main module as a comment. It may change, in the future, to put things in a package variable, or to provide an option.
It inserts this in the same place that PkgVersion would insert a version.
ATTRIBUTES
on_package_line
If true, then the comment is added to the same line as the package declaration. Otherwise, it is added on its own line, with an additional blank line following it. Defaults to false.
SEE ALSO
AUTHOR
Ricardo Signes <rjbs@cpan.org>
CONTRIBUTOR
Karen Etheridge <ether@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Ricardo Signes.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.