diff options
author | root <root@rbsd.ankarstrom.se> | 2021-04-24 19:00:25 +0000 |
---|---|---|
committer | root <root@rbsd.ankarstrom.se> | 2021-04-24 19:00:25 +0000 |
commit | bc581b57b8300b848c41bd42864415f5e3415242 (patch) | |
tree | 524ed15315cda8066ad3e903ecc9529c649663e3 /lib/Apache | |
parent | fc35d7b8a8e9e5003a2350b6976acedfef47ce8d (diff) | |
download | Apache-Inject-bc581b57b8300b848c41bd42864415f5e3415242.tar.gz |
Fix dependencies, improve installation instructions
Diffstat (limited to 'lib/Apache')
-rw-r--r-- | lib/Apache/Inject.pm | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/lib/Apache/Inject.pm b/lib/Apache/Inject.pm index c83fab7..eb4fa36 100644 --- a/lib/Apache/Inject.pm +++ b/lib/Apache/Inject.pm @@ -104,6 +104,9 @@ To install this module type the following: make test make install +Note that the Apache::* and Apache2::* dependencies are included +with mod_perl2. + =head1 OPERATION Behind the scenes, the Inject directive works as an alias for @@ -164,14 +167,19 @@ cannot retrieve the current document root from Apache. =head1 CAVEATS -On FreeBSD, you need to enable the accf_http kernel module in order -for the tests to work. Note that Apache::Inject works fine without -the module; it is only the tests that require it. +On FreeBSD, you may need to enable the accf_http kernel module in +order for the tests to work. Note that Apache::Inject works fine +without the module; it is only the tests that require it. =head1 AUTHOR John Ankarström, E<lt>john [at] ankarstrom.seE<gt> +=head1 SEE ALSO + +mod_perl2: +L<https://perl.apache.org/> + =head1 COPYRIGHT AND LICENSE Copyright (C) 2021 by John Ankarström |