Query: test::checkdeps
OS: osx
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.002DESCRIPTIONThis module adds a test that assures all dependencies have been installed properly. If requested, it can bail out all testing on error.FUNCTIONScheck_dependencies() Check all 'requires' dependencies based on a local MYMETA or META file. 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.16.2 2012-04-01 Test::CheckDeps(3)