-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdist.ini
112 lines (95 loc) · 2.12 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
name = XML-Generator
author = Benjamin Holzman <[email protected]>
license = Perl_5
copyright_holder = Benjamin Holzman
copyright_year = 1998 - 2023
[Meta::Maintainers]
maintainer = Timothy Legge <[email protected]>
[@Filter]
bundle = @Basic
remove = Readme
remove = GatherDir
[AutoPrereqs]
skip = base
skip = constant
skip = overload
skip = strict
skip = vars
skip = warnings
skip = utf8
skip = Tie::IxHash
skip = XML::DOM
[Prereqs / RuntimeRequires]
perl = 5.010
[Prereqs / RuntimeRecommends]
XML::DOM = 1.46
[Prereqs / RuntimeSuggests]
Tie::IxHash = 0
[Prereqs / TestRecommends]
XML::DOM = 1.46
[Prereqs / TestSuggests]
Tie::IxHash = 0
[MetaProvides::Package]
[MetaJSON]
[Pod2Readme]
[CPANFile]
[ManifestSkip]
[NextRelease]
format = %v -- %{EEE MMM dd HH:mm:ss VVV yyyy}d
filename = Changes
[PodSyntaxTests]
[Test::PodSpelling]
stopword = Bron
stopword = CDATA
stopword = DTD
stopword = Gondwana
stopword = RDF
stopword = STACKABLE
stopword = Wiger
stopword = allowedXMLTags
stopword = apos
stopword = atributes
stopword = declartion
stopword = desireable
stopword = doctype
stopword = dtd
stopword = eg
stopword = filterInvalidChars
stopword = qualifiedAttributes
stopword = xml
stopword = xmlcdata
stopword = xmlcmnt
stopword = xmldecl
stopword = xmldtd
stopword = xmlns
stopword = xmlpi
stopword = prolog
[CopyFilesFromBuild::Filtered]
copy = cpanfile
copy = Makefile.PL
copy = README
[CopyFilesFromRelease]
copy = cpanfile, Makefile.PL, README
[Repository]
git_remote = origin
[Git::NextVersion]
first_version = 1.07 ; this is the default
version_by_branch = 0 ; this is the default
version_regexp = ^(1.\d+)$ ; this is the default
[OurPkgVersion]
[WriteVersion]
[Git::GatherDir]
exclude_filename = cpanfile
exclude_filename = Makefile.PL
exclude_filename = MANIFEST
exclude_filename = README
;[Git::Tag]
;tag_format = %V ; this is the default
;tag_message = %V ; this is the default
[@Git]
changelog = Changes ; this is the default
tag_format = %V ; Don't proceed tags with "v"
tag_message = %V ; this is the default
push_to = origin ; see Git::Push
[Signature]
[SignReleaseNotes]