Reindent everything
[apache2-authzcaps.git] / README
1 Apache2-AuthzCaps version 0.001
2 ===============================
3
4 Apache2::AuthzCaps is a perl module which provides simple Apache2 capability-based authorization. It contains a PerlAuthzHandler and some utility functions.
5
6 Please read the Apache2::AuthzCaps POD for detailed information.
7
8 INSTALLATION
9
10 To install this module type the following:
11
12 perl Makefile.PL
13 make
14 make test
15 make install
16
17 DEPENDENCIES
18
19 This module requires these other modules and libraries:
20
21 - mod_perl2
22 - YAML::Any
23
24 COPYRIGHT AND LICENCE
25
26 Copyright (C) 2013 by Marius Gavrilescu
27
28 This library is free software; you can redistribute it and/or modify
29 it under the same terms as Perl itself, either Perl version 5.14.2 or,
30 at your option, any later version of Perl 5 you may have available.
This page took 0.017041 seconds and 4 git commands to generate.