-
Notifications
You must be signed in to change notification settings - Fork 223
/
dist.ini
77 lines (56 loc) · 1.32 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
name = Rex
version = 1.7.1
release_status = stable
author = Jan Gehring <[email protected]>
license = Apache_2_0
copyright_holder = Jan Gehring
[@Filter]
-bundle = @Basic
-remove = MakeMaker
-remove = GatherDir
-remove = PruneCruft
-remove = ExtraTests
[GatherDir]
include_dotfiles = 1
[PruneCruft]
except = \.perltidyrc
except = \.perlcriticrc
[AutoPrereqs]
skip = __Rexfile__
[MakeMaker::Awesome]
eumm_version = 7.1101
header = die 'OS unsupported' if ( $^O eq 'MSWin32' && scalar((Win32::GetOSVersion())[1]) < 6 );
[ManifestSkip]
[MetaProvides::Package]
[MetaResources]
homepage = https://www.rexify.org
bugtracker.web = https://github.com/RexOps/Rex/issues
repository.url = https://github.com/RexOps/Rex.git
repository.web = https://github.com/RexOps/Rex
repository.type = git
x_twitter = https://twitter.com/RexOps
x_IRC = irc:https://irc.freenode.net/#rex
[MetaJSON]
[OSPrereqs / !~MSWin]
IO::Pty = 0
Net::OpenSSH = 0
Net::SFTP::Foreign = 0
[OSPrereqs / ~MSWin]
Net::SSH2 = 0
[OurPkgVersion]
; [PodCoverageTests]
[PodSyntaxTests]
[RunExtraTests]
[Prereqs]
perl = 5.010001
YAML = != 1.25
[Prereqs / BuildRequires]
Test::Pod = 0
Test::UseAllModules = 0.15
[Prereqs / DevelopRequires]
Test::Kwalitee = 0
Test::PerlTidy = 0
[Test::MinimumVersion]
max_target_perl = 5.10.1
[Test::Perl::Critic]
[Test::Kwalitee]