From 44cef9cca23e9dd59ded0039efe1fb4454c2eb57 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 22 May 2017 14:47:27 +0000 Subject: Bug 1361151 - Bugzilla Security groups are periodically synced to Phabricator project membership --- t/Support/Files.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/Support/Files.pm b/t/Support/Files.pm index 1bdf2eac7..603d95cf9 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -30,7 +30,7 @@ our @extensions = glob('extensions/*'); foreach my $extension (@extensions) { - find(sub { push(@files, $File::Find::name) if $_ =~ /\.pm$/;}, $extension); + find(sub { push(@files, $File::Find::name) if $_ =~ /\.pm$|\.pl$/;}, $extension); } our @test_files = glob('t/*.t xt/*/*.t'); -- cgit v1.2.3-24-g4f1b