1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
---
abstract: 'Mojo::IOLoop based RabbitMQ client'
author:
- '-2019, Sebastian Podjasek and others'
build_requires:
Test::Exception: '0.43'
Test::More: '0.98'
configure_requires:
Module::Build::Tiny: '0.035'
dynamic_config: 0
generated_by: 'Minilla/v3.0.14, CPAN::Meta::Converter version 2.150010'
license: artistic_2
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Mojo-RabbitMQ-Client
no_index:
directory:
- t
- xt
- inc
- share
- eg
- examples
- author
- builder
provides:
Mojo::RabbitMQ::Client:
file: lib/Mojo/RabbitMQ/Client.pm
version: v0.3.1
Mojo::RabbitMQ::Client::Channel:
file: lib/Mojo/RabbitMQ/Client/Channel.pm
Mojo::RabbitMQ::Client::Consumer:
file: lib/Mojo/RabbitMQ/Client/Consumer.pm
Mojo::RabbitMQ::Client::LocalQueue:
file: lib/Mojo/RabbitMQ/Client/LocalQueue.pm
Mojo::RabbitMQ::Client::Method:
file: lib/Mojo/RabbitMQ/Client/Method.pm
Mojo::RabbitMQ::Client::Method::Publish:
file: lib/Mojo/RabbitMQ/Client/Method/Publish.pm
Mojo::RabbitMQ::Client::Publisher:
file: lib/Mojo/RabbitMQ/Client/Publisher.pm
requires:
File::ShareDir: '0'
List::Util: '1.33'
Mojolicious: '7.53'
Net::AMQP: '0.06'
perl: '5.010'
resources:
bugtracker: https://github.com/inway/mojo-rabbitmq-client/issues
homepage: https://github.com/inway/mojo-rabbitmq-client
repository: git://github.com/inway/mojo-rabbitmq-client.git
version: 0.3.1
x_contributors:
- 'Adam Williamson <adamw@happyassassin.net>'
- 'Adam Williamson <awilliam@redhat.com>'
- 'Christopher Rasch-Olsen Raa <christopher@stix.no>'
- 'Mohammad S Anwar <Mohammad.Anwar@yahoo.com>'
- 'Oliver Kurz <okurz@suse.de>'
- 'Patrick Goldmann <patrick.goldmann@googlemail.com>'
- 'Richard Lippmann <lippmann@findus-internet-opac.de>'
- 'Salve J. Nilsen <sjn@cpan.org>'
- 'Sebastian Podjasek <sebastian@podjasek.pl>'
- 'Sebastian Riedel <kraihx@gmail.com>'
- 'Stephan Kulow <coolo@suse.de>'
- 'Vidar Tyldum <vidar@tyldum.com>'
- 'gregor herrmann <gregor+github@comodo.priv.at>'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|