-
Notifications
You must be signed in to change notification settings - Fork 10
/
dist.ini
89 lines (76 loc) · 2.06 KB
/
dist.ini
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
name = AnyEvent-WebSocket-Client
author = Graham Ollis <plicease@cpan.org>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2013-2022
version = 0.55
[@Author::Plicease]
:version = 2.69
release_tests = 1
test2_v0 = 1
github_user = uperl
workflow = linux
workflow = windows
workflow = macos
workflow = msys2-mingw
[RemovePrereqs]
; comes with perl 5.8
remove = strict
remove = warnings
remove = utf8
remove = lib
remove = base
remove = Scalar::Util
remove = Carp
remove = Encode
remove = FindBin
remove = Exporter
; comes with mojo
remove = Mojo::Server::Daemon
remove = AE
remove = AnyEvent::Handle
remove = AnyEvent::Socket
remove = Mojolicious
remove = Mojolicious::Lite
remove = Capture::Tiny
remove = Test::Memory::Cycle
remove = Protocol::WebSocket::Frame
remove = Protocol::WebSocket::Handshake::Client
remove = Protocol::WebSocket::Handshake::Server
remove = Protocol::WebSocket::Request
[Prereqs]
URI = 1.53
URI::ws = 0
Protocol::WebSocket = 0.20
Moo = 2.0
AnyEvent = 7.13
AnyEvent::Connector = 0.03
[Prereqs / SuggestedPrereqs]
-relationship = recommends
Math::Random::Secure = 0
IO::Socket::SSL = 0
Net::SSLeay = 0
[Prereqs / SuggestedTestPrereqs]
-relationship = recommends
-phase = test
Mojolicious = 3.0
Test::Memory::Cycle = 0
Devel::Cycle = 0
[Author::Plicease::Upload]
[MetaNoIndex]
directory = example
[Author::Plicease::Thanks]
current = Graham Ollis <plicease@cpan.org>
contributor = Toshio Ito (debug-ito, TOSHIOITO)
contributor = José Joaquín Atria (JJATRIA)
contributor = Kivanc Yazan (KYZN)
contributor = Yanick Champoux (YANICK)
contributor = Fayland Lam (FAYLAND)
contributor = Daniel Kamil Kozar (xavery)
[Meta::Dynamic::Config]
[DynamicPrereqs]
; if Crypt::Random::Source is installed,
; require at least version 0.08 to avoid
; deprecation messages from Class::MOP
-condition = can_use('Crypt::Random::Source')
-body = requires('Crypt::Random::Source', '0.08')