Dist::Zilla::Plugin::GithubMeta(3pm) | User Contributed Perl Documentation | Dist::Zilla::Plugin::GithubMeta(3pm) |
Dist::Zilla::Plugin::GithubMeta - Automatically include GitHub meta information in META.yml
version 0.58
# in dist.ini [GithubMeta] # to override the homepage [GithubMeta] homepage = http://some.sort.of.url/project/ # to override the github remote repo (defaults to 'origin') [GithubMeta] remote = github
Dist::Zilla::Plugin::GithubMeta is a Dist::Zilla plugin to include GitHub <https://github.com> meta information in "META.yml" and "META.json".
It automatically detects if the distribution directory is under "git" version control and whether the "origin" is a GitHub repository and will set the "repository" and "homepage" meta in "META.yml" to the appropriate URLs for GitHub.
Based on Module::Install::GithubMeta which was based on Module::Install::Repository by Tatsuhiko Miyagawa
Dist::Zilla
This software is copyright (c) 2018 by Chris Williams, Tatsuhiko Miyagawa and 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.
2022-11-20 | perl v5.36.0 |