NAME
Dist::Zilla::Plugin::Git::Describe - add a $VERSION to your packages
VERSION
version 0.001
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.
SEE ALSO
AUTHOR
Ricardo Signes <rjbs@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.