[libanyevent-rabbitmq-perl] 108/151: Version 1.07
Damyan Ivanov
dmn at moszumanska.debian.org
Thu Jan 16 11:03:08 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 13e5cc88ab615c5cba190a516a4553f31aaa3969
Author: Tomas Doran <bobtfish at bobtfish.net>
Date: Tue Aug 21 15:48:05 2012 +0200
Version 1.07
---
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 58c138c..7b83db1 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
Revision history for Perl extension AnyEvent::RabbitMQ
+1.07 Tue Aug 21 15:47:00 2012
- Fix dist by putting missing version numbers back into
all the modules.
diff --git a/lib/AnyEvent/RabbitMQ.pm b/lib/AnyEvent/RabbitMQ.pm
index 4b6d131..17faf35 100644
--- a/lib/AnyEvent/RabbitMQ.pm
+++ b/lib/AnyEvent/RabbitMQ.pm
@@ -20,7 +20,7 @@ use Net::AMQP::Common qw(:all);
use AnyEvent::RabbitMQ::Channel;
use AnyEvent::RabbitMQ::LocalQueue;
-our $VERSION = '1.06';
+our $VERSION = '1.07';
Readonly my $DEFAULT_AMQP_SPEC
=> File::ShareDir::dist_dir("AnyEvent-RabbitMQ") . '/fixed_amqp0-8.xml';
diff --git a/lib/AnyEvent/RabbitMQ/Channel.pm b/lib/AnyEvent/RabbitMQ/Channel.pm
index 90fda23..ae25a39 100644
--- a/lib/AnyEvent/RabbitMQ/Channel.pm
+++ b/lib/AnyEvent/RabbitMQ/Channel.pm
@@ -6,7 +6,7 @@ use warnings;
use Scalar::Util qw(weaken);
use AnyEvent::RabbitMQ::LocalQueue;
-our $VERSION = '1.06';
+our $VERSION = '1.07';
sub new {
my $class = shift;
diff --git a/lib/AnyEvent/RabbitMQ/LocalQueue.pm b/lib/AnyEvent/RabbitMQ/LocalQueue.pm
index fdedbec..9a1463f 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.06';
+our $VERSION = '1.07';
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