X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FApache2%2FAuthzCaps.pm;h=0056efe3be654e30a81b42ceb0673859dbaa87aa;hb=d586dfdf2bade50843c83de8a2c58b7c481c0916;hp=8ffaaac79cbc99f995be0d6e8ee596b9aa2877e7;hpb=139b349117794fae33d5132b9dd97a0f9ab03ee6;p=apache2-authzcaps.git diff --git a/lib/Apache2/AuthzCaps.pm b/lib/Apache2/AuthzCaps.pm index 8ffaaac..0056efe 100644 --- a/lib/Apache2/AuthzCaps.pm +++ b/lib/Apache2/AuthzCaps.pm @@ -10,6 +10,7 @@ our $VERSION = '0.001001'; use if $ENV{MOD_PERL}, 'Apache2::Access'; use if $ENV{MOD_PERL}, 'Apache2::Const' => qw/OK DECLINED/; use if $ENV{MOD_PERL}, 'Apache2::RequestRec'; +use if $ENV{MOD_PERL}, 'Apache2::RequestUtil'; use YAML::Any qw/LoadFile DumpFile/; use parent qw/Exporter/; @@ -90,6 +91,8 @@ Apache2::AuthzCaps - mod_perl2 capability authorization Apache2::AuthzCaps is a perl module which provides simple Apache2 capability-based authorization. It contains a PerlAuthzHandler and some utility functions. +B<< For Apache 2.4, use L. >> + The user data is stored in YAML files in a user-set directory. Set this directory using: $Apache2::AuthzCaps::rootdir = "/path/to/directory"; # From perl @@ -119,7 +122,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2013 by Marius Gavrilescu +Copyright (C) 2013-2015 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or,