This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to tag 0.32
in repository libapache-logformat-compiler-perl.

commit 849096ede1c14be53bc1a77333468de667bb131d
Author: Piotr Roszatycki <piotr.roszaty...@gmail.com>
Date:   Sun Jun 8 18:13:09 2014 +0200

    Lower Perl version requirements to 5.8.1
---
 cpanfile                         | 2 +-
 lib/Apache/LogFormat/Compiler.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpanfile b/cpanfile
index 43e41a6..5601b6f 100644
--- a/cpanfile
+++ b/cpanfile
@@ -1,6 +1,6 @@
 requires 'POSIX';
 requires 'Time::Local';
-requires 'perl', '5.008004';
+requires 'perl', '5.008001';
 requires 'POSIX::strftime::Compiler', '0.30';
 
 on test => sub {
diff --git a/lib/Apache/LogFormat/Compiler.pm b/lib/Apache/LogFormat/Compiler.pm
index bbc1202..f3f857b 100644
--- a/lib/Apache/LogFormat/Compiler.pm
+++ b/lib/Apache/LogFormat/Compiler.pm
@@ -2,7 +2,7 @@ package Apache::LogFormat::Compiler;
 
 use strict;
 use warnings;
-use 5.008004;
+use 5.008001;
 use Carp;
 use POSIX::strftime::Compiler qw//;
 use constant {

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libapache-logformat-compiler-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to