[libanyevent-rabbitmq-perl] 30/151: Pass the correct client version rather than a hard coded version

Damyan Ivanov dmn at moszumanska.debian.org
Thu Jan 16 11:03:01 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 05ece7dd1381a4f10b2666466592a3f24589a587
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Wed Mar 3 03:16:28 2010 +0000

    Pass the correct client version rather than a hard coded version
---
 lib/AnyEvent/RabbitMQ.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/AnyEvent/RabbitMQ.pm b/lib/AnyEvent/RabbitMQ.pm
index ede6a25..ca719b8 100644
--- a/lib/AnyEvent/RabbitMQ.pm
+++ b/lib/AnyEvent/RabbitMQ.pm
@@ -183,7 +183,7 @@ sub _start {
                         platform    => 'Perl',
                         product     => __PACKAGE__,
                         information => 'http://d.hatena.ne.jp/cooldaemon/',
-                        version     => '0.01',
+                        version     => __PACKAGE__->VERSION,
                     },
                     mechanism => 'AMQPLAIN',
                     response => {

-- 
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