[libanyevent-rabbitmq-perl] 44/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 ab6e2c8af4990094ccf0eacbc097f350d76d0495
Author: cooldaemon <cooldaemon at gmail.com>
Date:   Thu Mar 18 07:37:34 2010 +0900

    Fixed a version number.
---
 lib/Net/RabbitFoot.pm         | 2 +-
 lib/Net/RabbitFoot/Channel.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Net/RabbitFoot.pm b/lib/Net/RabbitFoot.pm
index 0697277..59de7be 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.00';
+our $VERSION = '1.01';
 
 BEGIN {
     for my $method (qw(connect close)) {
diff --git a/lib/Net/RabbitFoot/Channel.pm b/lib/Net/RabbitFoot/Channel.pm
index 8367bfa..dc8a9c7 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.00';
+our $VERSION = '1.01';
 
 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