summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-09-11 18:59:58 +0200
committerGitHub <noreply@github.com>2017-09-11 18:59:58 +0200
commitce38f8be741a8b618dfac9d2f6f166a6e3954e45 (patch)
tree67c2d67bc1c180bb2be80e12b6d07bf9ef42446f /t
parentd3cf76c62299d9ff9e3589a3c159571711d8d186 (diff)
downloadbugzilla-ce38f8be741a8b618dfac9d2f6f166a6e3954e45.tar.gz
bugzilla-ce38f8be741a8b618dfac9d2f6f166a6e3954e45.tar.xz
Bug 1393888 - Write httpd access handler to block by ip address stored in memcached
Diffstat (limited to 't')
-rw-r--r--t/001compile.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/001compile.t b/t/001compile.t
index f8ba8d1c7..30b83da1d 100644
--- a/t/001compile.t
+++ b/t/001compile.t
@@ -39,6 +39,10 @@ sub compile_file {
skip "$file: extensions not tested", 1;
return;
}
+ if ($file =~ /ModPerl/) {
+ skip "$file: ModPerl stuff not tested", 1;
+ return;
+ }
if ($file =~ s/\.pm$//) {
$file =~ s{/}{::}g;