forked from RexOps/Rex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
62 lines (46 loc) · 1.13 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
name = Rex
version = 1.99.99_01
release_status = testing
author = Jan Gehring <jfried@rexify.org>
license = Apache_2_0
copyright_holder = Jan Gehring
[@Filter]
-bundle = @Basic
-remove = MakeMaker
-remove = GatherDir
-remove = PruneCruft
[GatherDir]
include_dotfiles = 1
[PruneCruft]
except = \.perltidyrc
except = \.perlcriticrc
[AutoPrereqs]
skip = __Rexfile__
[MakeMaker::Awesome]
header = die 'OS unsupported' if ( $^O eq 'MSWin32' && scalar((Win32::GetOSVersion())[1]) < 6 );
[MetaProvides::Package]
[MetaResources]
homepage = http://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]
[OSPrereqs / !~MSWin]
IO::Pty = 0
Net::OpenSSH = 0
Net::SFTP::Foreign = 0
[OSPrereqs / ~MSWin]
Net::SSH2 = 0
[OurPkgVersion]
[PodSyntaxTests]
[Prereqs]
perl = 5.010000
[Prereqs / BuildRequires]
Test::Pod = 0
[Test::MinimumVersion]
max_target_perl = 5.10.0
[Test::Perl::Critic]
critic_config = .perlcriticrc