forked from RexOps/Rex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdist.ini
More file actions
109 lines (80 loc) · 2.2 KB
/
dist.ini
File metadata and controls
109 lines (80 loc) · 2.2 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
name = Rex
author = Jan Gehring <jfried@rexify.org>
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://irc.freenode.net/#rex
[MetaJSON]
[Git::Contributors]
[Meta::Contributors]
contributor = Cuong Manh Le <cuong.manhle.vn@gmail.com>
contributor = David Golovan <david.glvn@gmail.com>
contributor = Dominik Danter <dominik@foop.at>
contributor = Ilya Evseev <ilya.evseev@gmail.com>
contributor = Niklas Larsson <pnlarsson@gmail.com>
contributor = Qiao Liu <qiao.liu@yottaa.com>
contributor = Renato CRON <rentocron@cpan.org>
[ContributorsFile]
[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::UseAllModules = 0.15
[Prereqs / DevelopRequires]
Test::Kwalitee = 0
Test::PerlTidy = 0
Test::Pod = 0
[Test::MinimumVersion]
max_target_perl = 5.10.1
[Test::Perl::Critic]
[Test::Kwalitee]
[Test::CPAN::Changes]
changelog = ChangeLog
[NextRelease]
filename = ChangeLog
time_zone = UTC
format = %v %{yyyy-MM-dd}d %U <%E>
[PreviousVersion::Changelog]
filename = ChangeLog
[NextVersion::Semantic]
change_file = ChangeLog
major = API CHANGES, MAJOR
minor = NEW FEATURES, ENHANCEMENTS, MINOR
revision = BUG FIXES, DOCUMENTATION, REVISION
[Run::AfterRelease]
run = encoding=$(file -bi ChangeLog | awk -F charset= '{print $2}'); piconv -f $encoding -t utf8 ChangeLog > ChangeLog.utf8
run = mv ChangeLog.utf8 ChangeLog