]>
Commit | Line | Data |
---|---|---|
1 | Apache2-AuthzCaps version 0.001 | |
2 | =============================== | |
3 | ||
4 | Apache2::AuthzCaps is a perl module which provides simple Apache2 | |
5 | capability-based authorization. It contains a mod_perl2 handler and | |
6 | some utility functions. | |
7 | ||
8 | For more information, please read the POD of Apache2::AuthzCaps (for | |
9 | Apache 2.2) or Apache2_4::AuthzCaps (for Apache 2.4) | |
10 | ||
11 | INSTALLATION | |
12 | ||
13 | To install this module type the following: | |
14 | ||
15 | perl Makefile.PL | |
16 | make | |
17 | make test | |
18 | make install | |
19 | ||
20 | DEPENDENCIES | |
21 | ||
22 | This module requires these other modules and libraries: | |
23 | ||
24 | - YAML::Any | |
25 | ||
26 | If you want to use anything more than the utility functions, you will | |
27 | also need mod_perl2. | |
28 | ||
29 | COPYRIGHT AND LICENCE | |
30 | ||
31 | Copyright (C) 2013-2015 by Marius Gavrilescu | |
32 | ||
33 | This library is free software; you can redistribute it and/or modify | |
34 | it under the same terms as Perl itself, either Perl version 5.14.2 or, | |
35 | at your option, any later version of Perl 5 you may have available. |