summaryrefslogtreecommitdiff
path: root/t/00-prereqs.t
blob: 5bfc2c6d916c7ad6421e9d63fdbc3cae62ef5851 (plain)
1
2
3
4
5
6
use Test::More;
plan skip_all => 'Set DEVEL_TESTS to run these tests'
     unless $ENV{DEVEL_TESTS};
eval "use Test::Prereq::Build";
plan skip_all => "Test::Prereq::Build required to test dependencies" if $@;
prereq_ok();