In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/665ac6aded4b9694283d373a0f127f32a3e75b26?hp=afd070d306b88fd469a590328a4843bea86e92b6>

- Log -----------------------------------------------------------------
commit 665ac6aded4b9694283d373a0f127f32a3e75b26
Author: James E Keenan <[email protected]>
Date:   Wed Aug 7 09:39:56 2019 -0400

    Run tests in ext/File-Find/t in series
    
    For: RT # 133771

-----------------------------------------------------------------------

Summary of changes:
 t/harness | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/harness b/t/harness
index caa2a318b8..b9857fa022 100644
--- a/t/harness
+++ b/t/harness
@@ -189,7 +189,7 @@ if (@ARGV) {
         # directory containing such files should be tested in serial order.
         #
         # Add exceptions to the above rule
-        for (qw(ext/Pod-Html/t cpan/IO-Zlib/t)) {
+        for (qw(ext/Pod-Html/t cpan/IO-Zlib/t ext/File-Find/t)) {
             $serials{$_} = 1;
         }
 

-- 
Perl5 Master Repository

Reply via email to