summaryrefslogtreecommitdiff
path: root/t/00-author-deps.t
blob: f92ec06860bff8567c8329c1ab5698a3d70af490 (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::Transform::XSLTish XML::LibXML Moose::Util::TypeConstraints)]";
 
ok_dependencies();