-
Notifications
You must be signed in to change notification settings - Fork 5
/
META.yml
41 lines (41 loc) · 1.11 KB
/
META.yml
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
---
abstract: 'Asynchronous AMQP client implementation in POE'
author:
- 'Eric Waters <[email protected]>'
build_requires:
Test::Deep: 0
Test::More: 0
configure_requires:
Module::Build: 0.4
dynamic_config: 1
generated_by: 'Module::Build version 0.4, CPAN::Meta::Converter version 2.120630'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: POE-Component-Client-AMQP
provides:
POE::Component::Client::AMQP:
file: lib/POE/Component/Client/AMQP.pm
version: 0.03
POE::Component::Client::AMQP::Channel:
file: lib/POE/Component/Client/AMQP/Channel.pm
version: 0.03
POE::Component::Client::AMQP::FakeLogger:
file: lib/POE/Component/Client/AMQP.pm
version: 0
POE::Component::Client::AMQP::Queue:
file: lib/POE/Component/Client/AMQP/Queue.pm
version: 0.03
POE::Component::Client::AMQP::TCP:
file: lib/POE/Component/Client/AMQP/TCP.pm
version: 0.03
requires:
Class::Accessor: 0
Net::AMQP: 0
POE: 0
POE::Component::Client::TCP: 0
Params::Validate: 0
resources:
license: http://dev.perl.org/licenses/
version: 0.03