Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leont/dist-zilla-plugin-test-checkdeps

Check for presence of dependencies
https://github.com/leont/dist-zilla-plugin-test-checkdeps

Last synced: 24 days ago
JSON representation

Check for presence of dependencies

Awesome Lists containing this project

README

        

=pod

=encoding UTF-8

=head1 NAME

Dist::Zilla::Plugin::Test::CheckDeps - Check for presence of dependencies

=head1 VERSION

version 0.014

=head1 SYNOPSIS

[Test::CheckDeps]
fatal = 0 ; default
level = classic

=head1 DESCRIPTION

This module adds a test that assures all dependencies have been installed properly. If requested, it can bail out all testing on error.

This plugin accepts the following options:

=for stopwords TODO

=over 4

=item * C: a code string snippet (evaluated when the test is run)
to indicate when failing tests should be considered L,
rather than genuine fails -- default is '0' (tests are never C).

Other suggested values are:

todo_when = !$ENV{AUTHOR_TESTING} && !$ENV{AUTOMATED_TESTING}
todo_when = $^V < '5.012' ; CPAN.pm didn't reliably read META.* before this

=item * C: if true, C is called if the tests fail. Defaults
to false.

=item * C: passed to C in L.
(Defaults to C.)

=item * C: the name of the generated file. Defaults to
F.

=back

=for Pod::Coverage register_prereqs

=head1 SUPPORT

Bugs may be submitted through L
(or L).

There is also a mailing list available for users of this distribution, at
L.

There is also an irc channel available for users of this distribution, at
L on C|irc://irc.perl.org/#distzilla>.

=head1 AUTHOR

Leon Timmermans

=head1 CONTRIBUTORS

=for stopwords Karen Etheridge Leon Timmermans Brendan Byrd

=over 4

=item *

Karen Etheridge

=item *

Leon Timmermans

=item *

Brendan Byrd

=back

=head1 COPYRIGHT AND LICENCE

This software is copyright (c) 2011 by Leon Timmermans.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut