Bump version and update Changes 0.001001
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 28 Feb 2014 21:31:00 +0000 (23:31 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 28 Feb 2014 21:32:28 +0000 (23:32 +0200)
Changes
lib/Apache2/AuthzCaps.pm

diff --git a/Changes b/Changes
index de358a3380c4ed5ea52e70fea2c53eef6626df64..18cb1e8f5c2bed33daff028386ef7446c3d330ea 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,8 @@
 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
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.011178 seconds and 4 git commands to generate.