X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a7f87ed6a5ef880dbf024c8a8045508c05f2e8bb;hb=bbf6a9a5d39cbf1c9d22cccd298ae95ac0fef694;hp=5f931f1183138bf0540e7f445ed5f6b7145d2ff9;hpb=ec1e08eaebfd5bed2e3c812f4ad9ebc614752b57;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|