diff options
author | root <root@rbsd.ankarstrom.se> | 2021-04-25 14:30:59 +0000 |
---|---|---|
committer | root <root@rbsd.ankarstrom.se> | 2021-04-25 14:30:59 +0000 |
commit | 17b219d8c1c3116158f14b8005561be2de11e7c4 (patch) | |
tree | 513fbdded77f24e5c6b8969c70c442370200c822 /Makefile.PL | |
parent | f17c54a6e8c837c7de221e717830c1e9df9ce74f (diff) | |
download | Apache-Inject-17b219d8c1c3116158f14b8005561be2de11e7c4.tar.gz |
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.
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
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', |