Skip to content

Commit 24442c1

Browse files
authored
Merge pull request #31 from ajragusa/master
getting ready for 1.0.2
2 parents a105d81 + cad946a commit 24442c1

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

lib/GRNOC/RabbitMQ.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ use warnings;
5151

5252
use AnyEvent::RabbitMQ;
5353

54-
our $VERSION = '1.0.1';
54+
our $VERSION = '1.0.2';
5555

5656

5757
=head2 connect_to_rabbit

lib/GRNOC/RabbitMQ/Method.pm

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,11 @@ sub handle_request {
725725
#--- call the callback
726726
my $callback = $self->{'callback'};
727727

728-
$self->{'success_callback'} = sub { my $results = shift; $self->_return_results($rabbit_mq_channel, $reply_to, $results); };
728+
$self->{'success_callback'} = sub {
729+
my $results = shift;
730+
$self->_return_results($rabbit_mq_channel, $reply_to, $results);
731+
};
732+
729733
$self->{'error_callback'} = sub { $self->_return_error($rabbit_mq_channel, $reply_to); };
730734

731735
if($self->{'async'}){

perl-GRNOC-RabbitMQ.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: GRNOC RabbitMQ Perl Libraries
22
Name: perl-GRNOC-RabbitMQ
3-
Version: 1.0.1
4-
Release: 3%{?dist}
3+
Version: 1.0.2
4+
Release: 1%{?dist}
55
License: APL 2.0
66
Group: Network
77
URL: http://globalnoc.iu.edu

0 commit comments

Comments
 (0)