Add perlcritic test
[apache2-authen-passphrase.git] / README
CommitLineData
7c87e995 1Apache2-Authen-Passphrase version 0.002
f7fdbaad 2==========================================
f4cc782b
MG
3
4Apache2::Authen::Passphrase is a perl module which provides easy-to-use Apache2 authentication. It exports some utility functions and it contains a PerlAuthenHandler.
5
6Please read the Apache2::Authen::Passphrase POD for detailed information.
7
8INSTALLATION
9
10To install this module type the following:
11
12 perl Makefile.PL
13 make
14 make test
15 make install
16
17DEPENDENCIES
18
19This module requires these other modules and libraries:
20
21* mod_perl2
22* Authen::Passphrase
23* YAML::Any
7c87e995 24* IO::Prompter
f4cc782b
MG
25
26COPYRIGHT AND LICENCE
27
28Copyright (C) 2013 by Marius Gavrilescu
29
30This library is free software; you can redistribute it and/or modify
31it under the same terms as Perl itself, either Perl version 5.14.2 or,
32at your option, any later version of Perl 5 you may have available.
This page took 0.010179 seconds and 4 git commands to generate.