-
-
20 Feb 2021 22:21:12 UTC
- Distribution: Dist-Zilla-Plugin-GitHub
- Module version: 0.48
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (2)
- Testers (877 / 0 / 0)
- Kwalitee
Bus factor: 2- 53.33% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (41.44KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 16 contributors-
Alessandro Ghedini
-
Dave Rolsky
-
Mike Friedman
-
Jeffrey Ryan Thalhammer
-
Joelle Maslak
-
Mike Doherty
-
Rafael Kitover
-
Alexandr Ciornii
-
Brian Phillips
-
Chris Weyl
-
Ioan Rogers
-
Jose Luis Perez Diez
-
Mohammad S Anwar
-
Paul Cochrane
-
Ricardo Signes
-
Vyacheslav Matyukhin
- Dependencies
- Class::Load
- Data::Dumper
- Dist::Zilla::App
- Dist::Zilla::Dist::Minter
- Dist::Zilla::Role::AfterMint
- Dist::Zilla::Role::AfterRelease
- Dist::Zilla::Role::MetaProvider
- Dist::Zilla::Role::PluginBundle::Easy
- Dist::Zilla::Role::TextTemplate
- File::Basename
- Git::Wrapper
- HTTP::Tiny
- IO::Socket::SSL
- JSON::MaybeXS
- List::Util
- MIME::Base64
- Moose
- Net::SSLeay
- Try::Tiny
- strict
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Dist::Zilla::Plugin::GitHub - Plugins to integrate Dist::Zilla with GitHub
VERSION
version 0.48
DESCRIPTION
Dist-Zilla-Plugin-GitHub is a set of plugins for Dist::Zilla intended to more easily integrate GitHub in the
dzil
workflow.The following is the list of the plugins shipped in this distribution:
Dist::Zilla::Plugin::GitHub::Create Create GitHub repo on
dzil new
Dist::Zilla::Plugin::GitHub::Update Update GitHub repo info on release
Dist::Zilla::Plugin::GitHub::Meta Add GitHub repo info to META.{yml,json}
This distribution also provides a plugin bundle, Dist::Zilla::PluginBundle::GitHub, which provides GitHub::Meta and [GitHub::Update together in one convenient bundle.
This distribution also provides an additional
dzil
command (dzil gh) and a plugin bundle.SUPPORT
Bugs may be submitted through the RT bug tracker (or bug-Dist-Zilla-Plugin-GitHub@rt.cpan.org).
There is also a mailing list available for users of this distribution, at http://dzil.org/#mailing-list.
There is also an irc channel available for users of this distribution, at
#distzilla
onirc.perl.org
.AUTHOR
Alessandro Ghedini <alexbio@cpan.org>
CONTRIBUTORS
Alessandro Ghedini <alessandro@ghedini.me>
Karen Etheridge <ether@cpan.org>
Dave Rolsky <autarch@urth.org>
Mike Friedman <mike.friedman@10gen.com>
Jeffrey Ryan Thalhammer <jeff@imaginative-software.com>
Joelle Maslak <jmaslak@antelope.net>
Mike Doherty <doherty@cs.dal.ca>
Rafael Kitover <rkitover@cpan.org>
Alexandr Ciornii <alexchorny@gmail.com>
Brian Phillips <bphillips@cpan.org>
Chris Weyl <cweyl@alumni.drew.edu>
Ioan Rogers <ioan.rogers@gmail.com>
Jose Luis Perez Diez <jluis@escomposlinux.org>
Mohammad S Anwar <mohammad.anwar@yahoo.com>
Paul Cochrane <paul.cochrane@posteo.de>
Ricardo Signes <rjbs@cpan.org>
Vyacheslav Matyukhin <mmcleric@yandex-team.ru>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Alessandro Ghedini.
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::GitHub, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::GitHub
perl -MCPAN -e shell install Dist::Zilla::Plugin::GitHub
For more information on module installation, please visit the detailed CPAN module installation guide.