X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2FMakefile.PL.inc%2F11_authortests.pl;h=0643ca95a1f186a204b6f70611ac7006a1ca9739;hb=aff5e9c14f7ad7453a4a2a7d04dc4e85fa0d661c;hp=77bb071bbb3d2a6e9ff4dcd6d2269727a398128d;hpb=5a8d5308a40f3958a17335fdc35afddce7d4ae31;p=dbsrgits%2FDBIx-Class.git diff --git a/maint/Makefile.PL.inc/11_authortests.pl b/maint/Makefile.PL.inc/11_authortests.pl index 77bb071..0643ca9 100644 --- a/maint/Makefile.PL.inc/11_authortests.pl +++ b/maint/Makefile.PL.inc/11_authortests.pl @@ -1,4 +1,3 @@ -require File::Spec; require File::Find; my $xt_dist_dirs; @@ -9,7 +8,7 @@ File::Find::find(sub { ); }, 'xt/dist'); -my @xt_dist_tests = map { File::Spec->catfile($_, '*.t') } sort keys %$xt_dist_dirs; +my @xt_dist_tests = map { "$_/*.t" } sort keys %$xt_dist_dirs; # inject an explicit xt test run, mainly to check the contents of # lib and the generated POD's *before* anything is copied around