X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/e22af796e502fb881b7a8605b87e0746190d4899..223b8efab0a55075bd53d03fe3cb2df07f13d9c1:/t/cvs.t diff --git a/t/cvs.t b/t/cvs.t index c9caa94eb..2808973be 100755 --- a/t/cvs.t +++ b/t/cvs.t @@ -13,6 +13,14 @@ BEGIN { use Test::More skip_all => "cvs or cvsps not available or could not make test dir" } } + foreach my $module ('File::ReadBackwards', 'File::MimeInfo') { + eval qq{use $module}; + if ($@) { + eval qq{ + use Test::More skip_all => "$module not available" + } + } + } } use Test::More tests => 12;