[libanyevent-rabbitmq-perl] 78/151: Make accessor for AnyEvent::RabbitMQ in Net::RabbitFoot.
Damyan Ivanov
dmn at moszumanska.debian.org
Thu Jan 16 11:03:05 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 4ba4f01e0b8b9b3538829f0e37619540ade20a90
Author: Johannes Plunien <johannes.plunien at xing.com>
Date: Thu Mar 10 12:35:45 2011 +0100
Make accessor for AnyEvent::RabbitMQ in Net::RabbitFoot.
---
lib/Net/RabbitFoot.pm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/lib/Net/RabbitFoot.pm b/lib/Net/RabbitFoot.pm
index 280ae97..c49a163 100644
--- a/lib/Net/RabbitFoot.pm
+++ b/lib/Net/RabbitFoot.pm
@@ -31,6 +31,10 @@ sub new {
}, $class;
}
+sub ar {
+ return shift->{_ar};
+}
+
sub load_xml_spec {
my $self = shift;
$self->{_ar}->load_xml_spec(@_);
--
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