[libanyevent-rabbitmq-perl] 55/151: Fixed a version number.
Damyan Ivanov
dmn at moszumanska.debian.org
Thu Jan 16 11:03:03 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 530285b0eb6141a2c06d043bed1833a63064554c
Author: cooldaemon <cooldaemon at gmail.com>
Date: Wed Jun 30 11:52:52 2010 +0900
Fixed a version number.
---
Changes | 1 +
lib/AnyEvent/RabbitMQ.pm | 2 +-
lib/AnyEvent/RabbitMQ/Channel.pm | 2 +-
lib/AnyEvent/RabbitMQ/LocalQueue.pm | 2 +-
lib/Net/RabbitFoot.pm | 2 +-
lib/Net/RabbitFoot/Channel.pm | 2 +-
6 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/Changes b/Changes
index 0867561..fe83628 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
Revision history for Perl extension RabbitFoot
+1.02 Wed Jun 30 11:35:32 2010
- Fix errors in global destruction due to destruction order being
random.
- Fix bug if you call ->close on a Net::RabbitFoot instance which
diff --git a/lib/AnyEvent/RabbitMQ.pm b/lib/AnyEvent/RabbitMQ.pm
index 50f5633..ea2087d 100644
--- a/lib/AnyEvent/RabbitMQ.pm
+++ b/lib/AnyEvent/RabbitMQ.pm
@@ -15,7 +15,7 @@ use Net::AMQP::Common qw(:all);
use AnyEvent::RabbitMQ::Channel;
use AnyEvent::RabbitMQ::LocalQueue;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
sub new {
my $class = shift;
diff --git a/lib/AnyEvent/RabbitMQ/Channel.pm b/lib/AnyEvent/RabbitMQ/Channel.pm
index ee8b5be..b3fb0ed 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.01';
+our $VERSION = '1.02';
sub new {
my $class = shift;
diff --git a/lib/AnyEvent/RabbitMQ/LocalQueue.pm b/lib/AnyEvent/RabbitMQ/LocalQueue.pm
index 4504971..2bed0a1 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.00';
+our $VERSION = '1.02';
sub new {
my $class = shift;
diff --git a/lib/Net/RabbitFoot.pm b/lib/Net/RabbitFoot.pm
index 59de7be..c121df6 100644
--- a/lib/Net/RabbitFoot.pm
+++ b/lib/Net/RabbitFoot.pm
@@ -11,7 +11,7 @@ use File::ShareDir ();
use Net::RabbitFoot::Channel;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
BEGIN {
for my $method (qw(connect close)) {
diff --git a/lib/Net/RabbitFoot/Channel.pm b/lib/Net/RabbitFoot/Channel.pm
index dc8a9c7..a2dea7b 100644
--- a/lib/Net/RabbitFoot/Channel.pm
+++ b/lib/Net/RabbitFoot/Channel.pm
@@ -8,7 +8,7 @@ use Coro::AnyEvent;
use AnyEvent::RabbitMQ::Channel;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
BEGIN {
for my $method (qw(
--
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