X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FApache2%2FAuthzCaps.pm;h=1ad22607176c6bb3a4184c49d758bfaaff9456a7;hb=HEAD;hp=0056efe3be654e30a81b42ceb0673859dbaa87aa;hpb=d586dfdf2bade50843c83de8a2c58b7c481c0916;p=apache2-authzcaps.git diff --git a/lib/Apache2/AuthzCaps.pm b/lib/Apache2/AuthzCaps.pm index 0056efe..1ad2260 100644 --- a/lib/Apache2/AuthzCaps.pm +++ b/lib/Apache2/AuthzCaps.pm @@ -5,7 +5,7 @@ use strict; use warnings; use subs qw/OK DECLINED/; -our $VERSION = '0.001001'; +our $VERSION = '0.002'; use if $ENV{MOD_PERL}, 'Apache2::Access'; use if $ENV{MOD_PERL}, 'Apache2::Const' => qw/OK DECLINED/;