[libanyevent-rabbitmq-perl] 145/151: Version 1.12

Damyan Ivanov dmn at moszumanska.debian.org
Thu Jan 16 11:03:11 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 b4482d8bc9c6cb83f70d4d2262ecf09c7f2ed9e2
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Thu Apr 11 20:45:43 2013 +0100

    Version 1.12
---
 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 96e17fb..8fd6184 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension AnyEvent::RabbitMQ
 
+1.12  Thu Apr 11 20:45:00 2013
   - Allow AMQP client to adjust tuning, e.g. heartbeat
     (Chip Salzenberg)
 
diff --git a/lib/AnyEvent/RabbitMQ.pm b/lib/AnyEvent/RabbitMQ.pm
index e1c5eed..6d62b8a 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.11';
+our $VERSION = '1.12';
 
 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 9a11db5..14d9ebb 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.11';
+our $VERSION = '1.12';
 
 sub new {
     my $class = shift;
diff --git a/lib/AnyEvent/RabbitMQ/LocalQueue.pm b/lib/AnyEvent/RabbitMQ/LocalQueue.pm
index 054ee05..d61984f 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.11';
+our $VERSION = '1.12';
 
 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