The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

For the complete history,

  git clone git://utsl.gen.nz/Test-Depends
0.06, 13 Nov 2007

fix Win32 compatibility [Matthew Musgrove]. Releases 0.04 and 0.05 were missing Makefile.PL's and were retracted.

0.03, 25 May 2006

Uncomment debugging line :-}

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