X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FApache2%2FAuthzCaps.pm;h=1ad22607176c6bb3a4184c49d758bfaaff9456a7;hb=b8d9e21fe48674cd41f5cc8a157a1ed11f78b205;hp=0056efe3be654e30a81b42ceb0673859dbaa87aa;hpb=dd32b6f9b74eb08fafc5dfc3559dd48f2b99ba20;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/;