Query: test::checkdeps
OS: mojave
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Test::CheckDeps(3) User Contributed Perl Documentation Test::CheckDeps(3)NAMETest::CheckDeps - Check for presence of dependenciesVERSIONversion 0.010SYNOPSISuse Test::More 0.94; use Test::CheckDeps 0.007; check_dependencies(); done_testing();DESCRIPTIONThis module adds a test that assures all dependencies have been installed properly. If requested, it can bail out all testing on error.FUNCTIONScheck_dependencies( [ level ]) Check dependencies based on a local MYMETA or META file. The "level" argument is optional. It can be one of: o requires All 'requires' dependencies are checked (the configure, build, test and runtime phases are always checked, and the develop phase is also tested when AUTHOR_TESTING is set) o classic As "requires", but 'conflicts' dependencies are also checked. o recommends As "classic", but 'recommends' dependencies are also checked, as TODO tests. o suggests As "recommends", but 'suggests' dependencies are also checked, as TODO tests. When not provided, "level" defaults to "classic" ('requires' and 'conflicts' dependencies are checked). check_dependencies_opts($meta, $phase, $type) Check dependencies in CPAN::Meta object $meta for phase $phase (configure, build, test, runtime, develop) and type $type(requires, recommends, suggests, conflicts). You probably just want to use "check_dependencies" though.AUTHORLeon Timmermans <leont@cpan.org>COPYRIGHT AND LICENSEThis 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. perl v5.18.2 2013-10-09 Test::CheckDeps(3)
Related Man Pages |
---|
cpangraph(1p) - debian |
cpanfile-faq(3pm) - debian |
cpan::meta::check5.18(3) - mojave |
module::install::authorrequires(3pm) - debian |
test::minimumversion(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Spikeflow 1.3 (Default branch) |
need help.. ! Production Env. |
Cmockery 0.11 (Default branch) |
mutest 1.0 (Default branch) |
RPM dependencies fail |