X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a7f87ed6a5ef880dbf024c8a8045508c05f2e8bb;hb=8a684aeaa7dd3c6bd8c7e9a1ff7e8f5704c67a6d;hp=5f931f1183138bf0540e7f445ed5f6b7145d2ff9;hpb=b58cfea10dabc569ea7e32376c50b0e93a560cf9;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index 5f931f1..a7f87ed 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -117,17 +117,15 @@ if ( my @optdeps = ( } } -tests_recursive ( - 't', - ( ( - $Module::Install::AUTHOR - or - $ENV{DBICTEST_RUN_ALL_TESTS} - or - ( $ENV{TRAVIS}||'' ) eq 'true' - or - ( $ENV{AUTOMATED_TESTING} and ! $ENV{PERL5_CPANM_IS_RUNNING} and ! $ENV{RELEASE_TESTING} ) - ) ? 'xt' : () ), +tests_recursive ('t'); +tests_recursive ('xt') if ( + $Module::Install::AUTHOR + or + $ENV{DBICTEST_RUN_ALL_TESTS} + or + ( $ENV{TRAVIS}||'' ) eq 'true' + or + ( $ENV{AUTOMATED_TESTING} and ! $ENV{PERL5_CPANM_IS_RUNNING} and ! $ENV{RELEASE_TESTING} ) ); install_script (qw|