
Dist::Zilla::Plugin::Git::Describe - add the results of `git describe` (roughly) to your main module

version 0.002

in dist.ini
[Git::Describe]

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.


Ricardo Signes <rjbs@cpan.org>

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.