Revision history for Perl extension Apache2::AuthzCaps.
-0.001 Mon 5 Aug 11:22:54 EEST 2013
- - Initial release
+0.001001 2014-02-28T23:32+03:00
+ - Recommend mod_perl instead of depending on it
+ - Silence warnings about exprimental smartmatch
+
+0.001 2013-08-05T11:22+03:00
+ - Initial release
-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/;