-
Notifications
You must be signed in to change notification settings - Fork 0
/
cpanfile
33 lines (29 loc) · 990 Bytes
/
cpanfile
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
#!perl
requires 'perl' => '5.26.0'; # combination of Future::AsyncAwait and signatures
requires 'Feature::Compat::Try';
requires 'Future';
requires 'Future::AsyncAwait';
requires 'Future::Queue';
requires 'IO::Async::Notifier';
requires 'IO::Async::Stream';
requires 'Log::Any';
requires 'Protocol::Sys::Virt' => '10.9.13';
requires 'Protocol::Sys::Virt::KeepAlive' => '10.9.13';
requires 'Protocol::Sys::Virt::Remote' => '10.9.13';
requires 'Protocol::Sys::Virt::Remote::XDR' => '10.9.13';
requires 'Protocol::Sys::Virt::UNIXSocket' => '10.9.13';
requires 'Protocol::Sys::Virt::URI' => '10.9.13';
requires 'Sublike::Extended';
on test => sub {
requires 'Test2::V0';
};
on develop => sub {
requires 'Carp::Always';
requires 'Protocol::Sys::Virt::Devel' => '0.0.5';
requires 'Test::Pod' => '1.0';
requires 'Test::Pod::Coverage' => '1.10';
requires 'Pod::ProjectDocs';
};
feature 'examples', 'Dependencies for examples' => sub {
requires 'IO::Async::Loop';
};