-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdist.ini
75 lines (61 loc) · 2.51 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
name = MooseX-Extended
author = Curtis "Ovid" Poe <[email protected]>
copyright_holder = Curtis "Ovid" Poe
copyright_year = 2022
license = Artistic_2_0
main_module = lib/MooseX/Extended.pm
[FileFinder::Filter / test_files_sans_templates]
finder = :TestFiles
[@Starter::Git]
revision = 5
managed_versions = 1
regenerate = LICENSE
regenerate = Makefile.PL
regenerate = META.json
regenerate = cpanfile
BumpVersionAfterRelease.munge_makefile_pl = 0
Regenerate::AfterReleasers.plugin = ReadmeAnyFromPod
[CopyFilesFromBuild::Filtered]
copy = Makefile.PL
copy = cpanfile
copy = LICENSE
[GithubMeta]
issues = 1
user = Ovid
homepage = https://github.com/Ovid/moosex-extended
[AutoPrereqs]
skip = IO::Async::Loop
; Windows test failures were caused by having version of Type::Tiny and
; friends which were released in 2014!
[Prereqs]
Type::Tiny = 1.012004 ; minimum safe version
B::Hooks::AtRuntime = 8 ; minimum safe version
true = 1.0.2 ; minimum safe version
[Prereqs / DevelopRequires ]
-phase = develop
-relationship = requires
Perl::Critic::Policy::Moose::ProhibitMultipleWiths = 0 ; for xt tests
Perl::Critic::Policy::Moose::RequireMakeImmutable = 0 ; for xt tests
version = 0.77
[Prereqs / RuntimeSuggests]
-relationship = suggests
Syntax::Keyword::MultiSub = 0.03
Syntax::Keyword::Try = 0.027
Future::AsyncAwait = 0.58
Function::Parameters = 2.001003
Future = 0.48 ; 0.48_001 is buggy
[Prereqs / TestRecommends]
-phase = test
-relationship = recommends
IO::Async::Loop = 0
Data::Printer = 0 ; useful while testing if debugging is enabled
[CPANFile]
[Git::Contributors]
include_authors = 1
[PodWeaver]
[ExecDir]
dir = bin
[ReadmeAnyFromPod]
type = gfm
location = root
phase = build