-
-
15 Jul 2016 02:27:12 UTC
- Distribution: Dist-Zilla-Plugin-Git-Describe
- Module version: 0.007
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (3)
- Testers (2501 / 2 / 0)
- Kwalitee
Bus factor: 1- 84.21% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (17KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
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.
Module Install Instructions
To install Dist::Zilla::Plugin::Git::Describe, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::Git::Describe
perl -MCPAN -e shell install Dist::Zilla::Plugin::Git::Describe
For more information on module installation, please visit the detailed CPAN module installation guide.