Test::Depends - Gracefully skip tests if missing modules


Test-Depends documentation  | view source Contained in the Test-Depends distribution.

Index


NAME

Top

Test::Depends - Gracefully skip tests if missing modules

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

Test::More

AUTHOR

Top

Sam Vilain, <samv@cpan.org>.

LICENSE

Top

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

Top

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


Test-Depends documentation  | view source Contained in the Test-Depends distribution.