NAME

Test::Depends - Gracefully skip tests if missing modules

SYNOPSIS

use Test::Depends qw(Some::Module), [ SomeOtherModule => 1.1 ];

DESCRIPTION

This module requires the modules that you asked for, and if some of them are not there, it will bail out and exit saying which ones and why.

SEE ALSO

Test::More

AUTHOR

Sam Vilain, <samv@cpan.org>.

LICENSE

Copyright (c) 2005, 2006, Catalyst IT (NZ) Ltd. This program is free software; you may use it and/or redistribute it under the same terms as Perl itself.

CHANGELOG

0.02, 25 May 2006

If you specified import arguments to a dependency, they ended up applying to unadorned arguments further in the dependency list. Whoops! no strict