-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcpanfile
More file actions
42 lines (36 loc) · 1.24 KB
/
cpanfile
File metadata and controls
42 lines (36 loc) · 1.24 KB
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
#!perl
requires 'perl' => '5.26.0'; # combination of Future::AsyncAwait and signatures
requires 'Feature::Compat::Try';
requires 'Future';
requires 'Future::AsyncAwait';
requires 'Future::IO';
requires 'Future::Selector';
requires 'Future::Queue';
requires 'Log::Any';
requires 'Object::Pad' => '0.821';
requires 'Protocol::Sys::Virt' => '12.2.0';
requires 'Protocol::Sys::Virt::KeepAlive' => '12.2.0';
requires 'Protocol::Sys::Virt::Remote' => '12.2.0';
requires 'Protocol::Sys::Virt::Remote::XDR' => '12.2.0';
requires 'Protocol::Sys::Virt::TypedParams' => '12.2.0';
requires 'Protocol::Sys::Virt::UNIXSocket' => '12.2.0';
requires 'Protocol::Sys::Virt::URI' => '12.2.0';
requires 'Sublike::Extended' => '0.29'; # treat 'method' and 'sub' as extended keywords
recommends 'Future::IO::Resolver';
on configure => sub {
requires 'ExtUtil::MakeMaker' => '7.78';
};
on test => sub {
requires 'Test2::V0';
};
on develop => sub {
requires 'Carp::Always';
# requires 'Log::Any::Adapter::TAP';
requires 'Protocol::Sys::Virt::Devel' => '1.0.1';
requires 'Test::Pod' => '1.0';
requires 'Test::Pod::Coverage' => '1.10';
requires 'Pod::ProjectDocs';
};
feature 'examples', 'Dependencies for examples' => sub {
requires 'IO::Async::Loop';
};