[libanyevent-rabbitmq-perl] 107/151: Fix indexing fail

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 1816ee8408b1bd4a6fd6dbc64e314e43aa0f06c8
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Tue Aug 21 15:47:09 2012 +0200

    Fix indexing fail
---
 Changes                             | 3 +++
 lib/AnyEvent/RabbitMQ/Channel.pm    | 2 ++
 lib/AnyEvent/RabbitMQ/LocalQueue.pm | 2 ++
 3 files changed, 7 insertions(+)

diff --git a/Changes b/Changes
index 4acad69..58c138c 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension AnyEvent::RabbitMQ
 
+        - Fix dist by putting missing version numbers back into
+          all the modules.
+
 1.06    Tue Aug 21 15:10:00 2012
         - Fix a race condition stopping connections from closing properly.
           If you ask to open a channel, and then immediately try to close
diff --git a/lib/AnyEvent/RabbitMQ/Channel.pm b/lib/AnyEvent/RabbitMQ/Channel.pm
index 95419ab..90fda23 100644
--- a/lib/AnyEvent/RabbitMQ/Channel.pm
+++ b/lib/AnyEvent/RabbitMQ/Channel.pm
@@ -6,6 +6,8 @@ use warnings;
 use Scalar::Util qw(weaken);
 use AnyEvent::RabbitMQ::LocalQueue;
 
+our $VERSION = '1.06';
+
 sub new {
     my $class = shift;
     my $self = bless {
diff --git a/lib/AnyEvent/RabbitMQ/LocalQueue.pm b/lib/AnyEvent/RabbitMQ/LocalQueue.pm
index dec6ba4..fdedbec 100644
--- a/lib/AnyEvent/RabbitMQ/LocalQueue.pm
+++ b/lib/AnyEvent/RabbitMQ/LocalQueue.pm
@@ -3,6 +3,8 @@ package AnyEvent::RabbitMQ::LocalQueue;
 use strict;
 use warnings;
 
+our $VERSION = '1.06';
+
 sub new {
     my $class = shift;
     return bless {

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