-
-
27 Oct 2017 05:54:39 UTC
- Distribution: Dist-Zilla-Plugin-CheckBin
- Module version: 0.008
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (559 / 0 / 30)
- Kwalitee
Bus factor: 1- 86.76% Coverage
- License: perl_5
- Perl: v5.9.5
- Activity
24 month- Tools
- Download (29.66KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- NAME
- VERSION
- SYNOPSIS
- DESCRIPTION
- CONFIGURATION OPTIONS
- SEE ALSO
- SUPPORT
- AUTHOR
- COPYRIGHT AND LICENCE
NAME
Dist::Zilla::Plugin::CheckBin - Require that our distribution has a particular command available
VERSION
version 0.008
SYNOPSIS
In your dist.ini:
[CheckBin] command = ls
DESCRIPTION
Dist::Zilla::Plugin::CheckBin is a Dist::Zilla plugin that modifies the Makefile.PL or Build.PL in your distribution to contain a Devel::CheckBin call, that asserts that a particular command is available. If it is not available, the program exits with a status of zero, which on a CPAN Testers machine will result in a NA result.
CONFIGURATION OPTIONS
command
Identifies the name of the command that is searched for. Can be used more than once.
SEE ALSO
SUPPORT
Bugs may be submitted through the RT bug tracker (or bug-Dist-Zilla-Plugin-CheckBin@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
.I am also usually active on irc, as 'ether' at
irc.perl.org
.AUTHOR
Karen Etheridge <ether@cpan.org>
COPYRIGHT AND LICENCE
This software is copyright (c) 2014 by Karen Etheridge.
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::CheckBin, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::CheckBin
perl -MCPAN -e shell install Dist::Zilla::Plugin::CheckBin
For more information on module installation, please visit the detailed CPAN module installation guide.