Revision history for Perl extension Apache2::AuthzCaps.
 
+0.002 2015-09-12T18:25+03:00
+ - Add Apache 2.4 support
+ - Get rid of smartmatch
+
 0.001001 2014-02-28T23:32+03:00
  - Recommend mod_perl instead of depending on it
  - Silence warnings about exprimental smartmatch
 
-Apache2-AuthzCaps version 0.001
+Apache2-AuthzCaps version 0.002
 ===============================
 
 Apache2::AuthzCaps is a perl module which provides simple Apache2
 
 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/;
 
 use strict;
 use warnings;
 
-our $VERSION = '0.001001';
+our $VERSION = '0.002';
 
 use Apache2::AuthzCaps 'hascaps';
 use Apache2::Const qw/AUTHZ_GRANTED AUTHZ_DENIED AUTHZ_DENIED_NO_USER/;