diff options
Diffstat (limited to 'lib/Apache/Inject.pm')
-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 |