Bump version and update Changes
[apache2-authzcaps.git] / lib / Apache2 / AuthzCaps.pm
index b0ccffc4da58bab532475e4279cd862be9e7bcf3..426b6081278e5597c4b3ef0aa4edfca03a17d31a 100644 (file)
@@ -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/;
This page took 0.009841 seconds and 4 git commands to generate.