-
-
26 Mar 2012 19:48:41 UTC
- Distribution: Dist-Zilla-Plugin-Git-Remote-Check
- Module version: v0.1.2
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (2)
- Testers (6651 / 0 / 1)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (19.61KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:2 non-PAUSE usersWhy not adopt me?
This distribution is up for adoption! If you're interested then please contact the PAUSE module admins via email.NAME
Dist::Zilla::Role::Git::Remote - Git Remote specification and validation for plugins.
VERSION
version 0.1.2
PARAMETERS
remote_name
String.
The name of the
git remote
you want to refer to.Defaults to
origin
METHODS
remote
If a consuming package specifies a valid value via
remote_name
, this method will validate the existence of that remote in the current Git repository.If specified remote does not exist, a fatal log event is triggered.
REQUIRED METHODS
git
Must return a Git::Wrapper or compatible instance.
Available from:
log_fatal
Expected to take parameters as follows:
->log_fatal( [ 'FormatString %s' , $formatargs ] )
Expected to halt execution ( throw an exception ) when called.
Available from:
AUTHOR
Kent Fredric <kentnl@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Kent Fredric <kentnl@cpan.org>.
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::Remote::Check, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::Git::Remote::Check
perl -MCPAN -e shell install Dist::Zilla::Plugin::Git::Remote::Check
For more information on module installation, please visit the detailed CPAN module installation guide.