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