From 17b219d8c1c3116158f14b8005561be2de11e7c4 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 25 Apr 2021 14:30:59 +0000 Subject: Skip tests if run as root Otherwise, I suspect App::Cpan will not be able to install the module without workarounds on the part of the user. --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 6a635dd..d8bd7bd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,6 +31,7 @@ WriteMakefile( Apache2::Module => 0, Apache2::RequestRec => 0, Apache2::RequestUtil => 0, + mod_perl2 => 0, }, clean => { FILES => 't/TEST', -- cgit v1.2.3