-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdist.ini
58 lines (43 loc) · 1019 Bytes
/
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
name = Perl-Critic-OTRS
author = Renee Baecker <[email protected]>
license = Artistic_2_0
copyright_holder = Renee Baecker
copyright_year = 2013
[Git::Contributors]
include_authors = 1
[VersionFromModule]
[PodWeaver]
[@Filter]
-bundle = @Basic
-remove = Readme
[@Git]
[MetaJSON]
[ReadmeAnyFromPod / MarkdownInRoot]
phase = build
[ReadmeAnyFromPod / TextInBuild]
phase = build
[GitHubREADME::Badge]
badges = travis
badges = cpants
badges = issues
phase = build
place = top
[ReadmeAddDevInfo]
phase = build
before = # AUTHOR
[ContributorsFile]
filename = CONTRIBUTORS
[MetaResources]
homepage = http://github.com/reneeb/Perl-Critic-OTRS
bugtracker.web = http://github.com/reneeb/Perl-Critic-OTRS/issues
repository.url = http://github.com/reneeb/Perl-Critic-OTRS.git
repository.web = http://github.com/reneeb/Perl-Critic-OTRS
repository.type = git
[MetaProvides::Package]
inherit_version = 0
[Prereqs]
Perl::Critic = 1.105
Readonly = 1.03
[MinimumPerl]
[Prereqs / TestRequires]
Test::Warnings = 0