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 /README | |
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 'README')
-rw-r--r-- | README | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -60,8 +60,13 @@ INSTALLATION make test make install - Note that the Apache::* and Apache2::* dependencies are included with - mod_perl2. + Note that all steps in this process require mod_perl2 to be installed. I + recommend installing mod_perl2 before trying to install Apache::Inject. + + Note further that, because they depend on Apache, the tests require an + unprivileged user and will be skipped if they are run as root. This is + relevant if you install Apache::Inject via App::Cpan, which normally + runs as root. OPERATION Behind the scenes, the Inject directive works as an alias for |