X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FApache2%2FAuthzCaps.pm;h=426b6081278e5597c4b3ef0aa4edfca03a17d31a;hb=2096e2673d405afc7b394e3a09487a19e7bd3788;hp=b0ccffc4da58bab532475e4279cd862be9e7bcf3;hpb=759435399ec772d303582c4040bba5adf3cfe66b;p=apache2-authzcaps.git diff --git a/lib/Apache2/AuthzCaps.pm b/lib/Apache2/AuthzCaps.pm index b0ccffc..426b608 100644 --- a/lib/Apache2/AuthzCaps.pm +++ b/lib/Apache2/AuthzCaps.pm @@ -1,10 +1,11 @@ -package Apache2::AuthzCaps 0.001; +package Apache2::AuthzCaps; use 5.014000; use strict; use warnings; use subs qw/OK DECLINED/; no if $] >= 5.017011, warnings => 'experimental::smartmatch'; +our $VERSION = '0.001001'; use if $ENV{MOD_PERL}, 'Apache2::Access'; use if $ENV{MOD_PERL}, 'Apache2::Const' => qw/OK DECLINED/;