-
Notifications
You must be signed in to change notification settings - Fork 16
/
dist.ini
80 lines (68 loc) · 1.71 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
name = Mojolicious-Plugin-TtRenderer
author = Graham Ollis <[email protected]>
license = Perl_5
copyright_holder = Ask Bjørn Hansen
copyright_year = 2009-2022
version = 1.62
[@Author::Plicease]
:version = 2.69
release_tests = 1
github_user = uperl
workflow = linux
workflow = windows
workflow = macos
workflow = cygwin
diag_preamble = | $post_diag = sub {
diag_preamble = | require Mojo::IOLoop;
diag_preamble = | my $loop = eval { Mojo::IOLoop->singleton };
diag_preamble = | diag 'mojo io loop', ref eval { $loop->reactor };
diag_preamble = | };
[Prereqs]
Mojolicious = 6.33
Template = 2.18
[Author::Plicease::Thanks]
current = Graham Ollis <[email protected]>
original = Ask Bjørn Hansen
contributor = vti
contributor = Marcus Ramberg
contributor = Matthias Bethke
contributor = Htbaa
contributor = Magnus Holm
contributor = Maxim Vuets
contributor = Rafael Kitover
contributor = giftnuss
contributor = Cosimo Streppone
contributor = Fayland Lam
contributor = Jason Crowther
contributor = spleenjack
contributor = Árpád Szász
contributor = Сергей Романов
contributor = uwisser
contributor = Dinis Lage
contributor = jay mortensen (GMORTEN)
contributor = Matthew Lawrence (MATTLAW)
[Author::Plicease::Upload]
[InsertExample]
[MetaNoIndex]
directory = example
[RemovePrereqs]
; comes with Perl
remove = warnings
remove = strict
remove = lib
remove = utf8
remove = base
remove = Carp
remove = Cwd
remove = File::Spec
remove = Scalar::Util
remove = File::Temp
remove = FindBin
remove = IO::Handle
; comes with Mojolicious
remove = Mojo::Base
remove = Mojo::ByteStream
remove = Mojolicious::Plugin
remove = Mojo::IOLoop
remove = Mojolicious::Lite
remove = Test::Mojo