[libanyevent-rabbitmq-perl] 94/151: Fixed a compiling error.
Damyan Ivanov
dmn at moszumanska.debian.org
Thu Jan 16 11:03:07 UTC 2014
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to annotated tag debian/1.12-1
in repository libanyevent-rabbitmq-perl.
commit b51f15b1505b3aa4137d21337c47eb73d0defcf1
Author: cooldaemon <cooldaemon at gmail.com>
Date: Fri Jul 22 17:00:55 2011 +0900
Fixed a compiling error.
---
Changes | 3 +++
Makefile.PL | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 015fc0d..c3e8af7 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension AnyEvent::RabbitMQ
+1.05 Tue Jul 22 16:55:55 2011
+ - Fixed a compiling error.
+
1.04 Tue Jul 19 17:04:24 2011
- Bug fix for consuming large messages.
diff --git a/Makefile.PL b/Makefile.PL
index 4448f63..2ca2a19 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,7 +9,7 @@ requires 'AnyEvent';
requires 'Devel::GlobalDestruction';
requires 'namespace::clean';
requires 'File::ShareDir';
-requires 'Readonly';
+requires 'Readonly' => '1.03';
tests 't/*.t';
author_tests 'xt';
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libanyevent-rabbitmq-perl.git
More information about the Pkg-perl-cvs-commits
mailing list