[libanyevent-rabbitmq-perl] 135/151: Version 1.10

Damyan Ivanov dmn at moszumanska.debian.org
Thu Jan 16 11:03:10 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 c0ec26b7007edb688afbda96a1b893fdb0615176
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Mon Feb 25 13:48:27 2013 +0000

    Version 1.10
---
 Changes                             | 1 +
 lib/AnyEvent/RabbitMQ.pm            | 2 +-
 lib/AnyEvent/RabbitMQ/Channel.pm    | 2 +-
 lib/AnyEvent/RabbitMQ/LocalQueue.pm | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Changes b/Changes
index 53af5e9..3c98030 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension AnyEvent::RabbitMQ
 
+1.10  Mon Feb 25 13:48:00 2013
         - Clarify relationship to Net::RabbitFoot. RT#71099
 
         - Add TLS connection support. RT#81729
diff --git a/lib/AnyEvent/RabbitMQ.pm b/lib/AnyEvent/RabbitMQ.pm
index d592dbe..eacc7a4 100644
--- a/lib/AnyEvent/RabbitMQ.pm
+++ b/lib/AnyEvent/RabbitMQ.pm
@@ -30,7 +30,7 @@ use Net::AMQP::Common qw(:all);
 use AnyEvent::RabbitMQ::Channel;
 use AnyEvent::RabbitMQ::LocalQueue;
 
-our $VERSION = '1.09';
+our $VERSION = '1.10';
 
 Readonly my $DEFAULT_AMQP_SPEC
     => File::ShareDir::dist_dir("AnyEvent-RabbitMQ") . '/fixed_amqp0-9-1.xml';
diff --git a/lib/AnyEvent/RabbitMQ/Channel.pm b/lib/AnyEvent/RabbitMQ/Channel.pm
index 7ab0e26..a1b114e 100644
--- a/lib/AnyEvent/RabbitMQ/Channel.pm
+++ b/lib/AnyEvent/RabbitMQ/Channel.pm
@@ -8,7 +8,7 @@ use Scalar::Util qw(weaken);
 use Carp qw(croak);
 BEGIN { *Dumper = \&AnyEvent::RabbitMQ::Dumper }
 
-our $VERSION = '1.09';
+our $VERSION = '1.10';
 
 sub new {
     my $class = shift;
diff --git a/lib/AnyEvent/RabbitMQ/LocalQueue.pm b/lib/AnyEvent/RabbitMQ/LocalQueue.pm
index eac0247..4c4edcf 100644
--- a/lib/AnyEvent/RabbitMQ/LocalQueue.pm
+++ b/lib/AnyEvent/RabbitMQ/LocalQueue.pm
@@ -3,7 +3,7 @@ package AnyEvent::RabbitMQ::LocalQueue;
 use strict;
 use warnings;
 
-our $VERSION = '1.09';
+our $VERSION = '1.10';
 
 sub new {
     my $class = shift;

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