summaryrefslogtreecommitdiff
path: root/t/00-author-deps.t
blob: 8f13b52818c9ea0021ae889039537cdfe4967d11 (plain)
1
2
3
4
5
6
#!perl 
use Test::Most;
plan skip_all => "skipping author-only test" unless $ENV{RUN_AUTHOR_TESTS};
eval "use Test::Dependencies exclude => [qw(Tree::Template::Declare)]";
 
ok_dependencies();