The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.007

SYNOPSIS

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

DESCRIPTION

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

If fatal is true, BAIL_OUT is called if the tests fail.

level is passed to check_dependencies in Test::CheckDeps. (Defaults to 'classic'.)

AUTHOR

Leon Timmermans <leont@cpan.org>

COPYRIGHT AND LICENSE

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.