-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathdist.ini
More file actions
executable file
·97 lines (85 loc) · 1.83 KB
/
Copy pathdist.ini
File metadata and controls
executable file
·97 lines (85 loc) · 1.83 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
name = RT-Client-REST
version = 0.73
license = Perl_5
copyright_holder = Dmitri Tikhonov
main_module = lib/RT/Client/REST.pm
[@Basic]
; Stuff that generates files
[ModuleBuild]
[CPANFile]
[GithubMeta]
issues = 1
[MetaJSON]
[MetaTests]
[ContributorsFile]
; [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::Extra]
[Test::EOF]
[Test::EOL]
[Test::Legal]
finder = :InstallModules ; prevents test inputs being flagged
[Test::NoTabs]
[Test::PAUSE::Permissions]
[Test::Portability]
[Test::PodSpelling]
[Test::Pod::No404s]
[Test::ReportPrereqs]
[Test::NoBreakpoints]
[Test::UnusedVars]
; [Test::CleanNamespaces] ; liberal use of no strict refs gives this grief
[PodCoverageTests]
[PodSyntaxTests]
[RunExtraTests]
[CheckChangeLog]
[SchwartzRatio]
; Stuff that changes my code
[PkgVersion]
[PodWeaver]
[CopyrightYearFromGit]
[AuthorsFromGit]
; Stuff that plays with Git
[Git::CheckFor::CorrectBranch] ; ensure on master branch
[Git::Remote::Check]
[Git::Tag]
[Git::Contributors]
[PruneFiles]
filename = dist.ini
filename = weaver.ini
filename = .editorconfig
[PruneCruft]
[Clean]
[Prereqs]
DateTime = 0
DateTime::Format::DateParse = 0
Encode = 0
Exception::Class = 0
HTTP::Cookies = 0
HTTP::Request::Common = 0
LWP = 0
Params::Validate = 0
Try::Tiny = 0
URI = 0
strict = 0
warnings = 0
constant = 0
Exporter = 0
vars = 0
parent = 0
perl = 5.008
[Prereqs / BuildRequires]
Test::More = 0
Test::Exception = 0
HTTP::Server::Simple = 0.44
HTTP::Server::Simple::CGI = 0
HTTP::Server::Simple::CGI::Environment = 0
; authordep Pod::Weaver::Section::Contributors = 0
; authordep Pod::Elemental::Transformer::List = 0