GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Test::CheckDeps(3) User Contributed Perl Documentation Test::CheckDeps(3)

Test::CheckDeps - Check for presence of dependencies

version 0.010

 use Test::More 0.94;
 use Test::CheckDeps 0.007;
 
 check_dependencies();

 done_testing();

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

Check dependencies based on a local MYMETA or META file.

The "level" argument is optional. It can be one of:

  • 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)

  • classic

    As "requires", but 'conflicts' dependencies are also checked.

  • recommends

    As "classic", but 'recommends' dependencies are also checked, as TODO tests.

  • 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 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.

Leon Timmermans <leont@cpan.org>

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.

2013-10-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.