forked from RT-Client-REST/RT-Client-REST
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
executable file
·93 lines (82 loc) · 1.88 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
name = RT-Client-REST
version = 0.56
author = Abhijit Menon-Sen <[email protected]>
author = Dmitri Tikhonov <[email protected]>
author = Damien "dams" Krotkine <[email protected]>
author = Dean Hamstead <[email protected]>
author = Miquel Ruiz <[email protected]>
author = JLMARTIN
author = SRVSH
license = Perl_5
copyright_holder = Dmitri Tikhonov
copyright_year = 2018
main_module = lib/RT/Client/REST.pm
[@Basic]
; Stuff that generates files
[ModuleBuild]
[CPANFile]
[GithubMeta]
[MetaJSON]
[MetaTests]
; [TravisYML] # use our own for now
[Encoding]
encoding = bytes
match = ^t/data/
; Stuff that tests my code
[Test::Perl::Critic]
critic_config = t/.perlcriticrc
;[PerlTidy]
;perltidyrc = t/.perltidyrc
[Test::Compile]
[Test::Kwalitee]
[Test::EOF]
[Test::EOL]
finder = :InstallModules ; prevents test inputs being flagged
[Test::NoTabs]
[Test::PAUSE::Permissions]
[Test::Portability]
[Test::PodSpelling]
[Test::ReportPrereqs]
[Test::NoBreakpoints]
[Test::UnusedVars]
; [Test::CleanNamespaces] ; liberal use of no strict refs gives this grief
[PodCoverageTests]
[PodSyntaxTests]
[RunExtraTests]
[CheckChangeLog]
; Stuff that changes my code
[PkgVersion]
; [PodVersion] ; PodWeaver does this and more
[PodWeaver]
; Stuff that plays with Git
[Git::CheckFor::CorrectBranch] ; ensure on master branch
[Git::Remote::Check]
[Git::Tag]
; Clear the travis.yml file when rolling a tarball
[PruneCruft]
except = ^\.travis.yml
[Clean]
[Prereqs]
Encode = 0
Error = 0
Exception::Class = 0
HTTP::Cookies = 0
HTTP::Request::Common = 0
LWP = 0
Params::Validate = 0
DateTime = 0
DateTime::Format::DateParse = 0
URI = 0
strict = 0
warnings = 0
constant = 0
Exporter = 0
vars = 0
base = 0
perl = 5.004
[Prereqs / BuildRequires]
Test::More = 0
Test::Exception = 0
HTTP::Server::Simple = 0.44
HTTP::Server::Simple::CGI = 0
HTTP::Server::Simple::CGI::Environment = 0