-
Notifications
You must be signed in to change notification settings - Fork 7
/
dist.ini
81 lines (60 loc) · 1.34 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
;
; Dist::Zilla configuration
;
name = WWW-PushBullet
author = Sebastien Thebert <[email protected]>
license = Perl_5
copyright_holder = Sebastien Thebert
; Gets Distribution version from the main module file
[RewriteVersion]
[GatherDir]
; Adds META.YML file
[MetaYAML]
[PruneCruft]
[PruneFiles]
match = ^cover_db/
[MinimumPerl]
[MakeMaker]
[Manifest]
[Prereqs / TestRequires]
FindBin = 0
Pod::Coverage::TrustPod = 0
Test::LWP::UserAgent = 0
Test::More = 0
Test::Pod = 0
Test::Pod::Coverage = 0
[Prereqs]
Data::Dump = 0
File::Slurp = 0
FindBin = 0
Getopt::Long = 0
JSON = 0
LWP::Protocol::https = 0
LWP::UserAgent = 0
MIME::Types = 0
Pod::Usage = 0
; Adds LICENSE file
[License]
; Adds README file with distribution name, version, abstract & license
[Readme]
; Adds 'provides' section in META.yml
[MetaProvides::Package]
[GitHub::Meta]
[CheckChangeLog]
[ExtraTests]
; Launches Perl Tidy
[PerlTidy]
perltidyrc = xt/perltidy.rc
; Launches Perl Critic
[Test::Perl::Critic]
critic_config = xt/perlcritic.rc
; Generates xt/release/pod-coverage.t file
[PodCoverageTests]
; Checks POD syntax
[PodSyntaxTests]
; Tests module Kwalitee
[Test::Kwalitee::Extra]
; upload Distribution to CPAN
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]