-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdist.ini
85 lines (74 loc) · 1.55 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
name = Parse-Syslog-Line
author = Brad Lhotsky <brad@divisionbyzero.net>
license = BSD
copyright_holder = Brad Lhotsky
copyright_year = 2017
[Git::GatherDir]
exclude_filename = README.mkdn
exclude_filename = META.json
exclude_filename = Changes
exclude_filename = cpanfile
exclude_filename = dist.ini
exclude_filename = weaver.ini
exclude_filename = weaver-ci.ini
exclude_filename = cpanfile
[ExecDir]
dir = bin
[PruneCruft]
[MakeMaker]
[Manifest]
[MetaConfig]
[MetaJSON]
[CPANFile]
[AutoPrereqs]
; authordep Pod::Weaver::Section::Contributors
; authordep Pod::Weaver::Section::Support
; authordep Pod::Elemental::Transformer::List
; authordep Test::Pod::Coverage
[Prereqs / TestRequires]
DateTime = >= 1.23
DateTime::TimeZone = >= 2.13
[RecommendedPrereqs]
[MinimumPerl]
[CheckPrereqsIndexed]
[VersionFromModule]
[PkgVersion]
; Documentation
[PodWeaver]
[GitHub::Meta]
[ContributorsFromGit]
[License]
[InsertCopyright]
[ReadmeMarkdownFromPod]
[CopyFilesFromBuild]
copy = README.mkdn
copy = cpanfile
; Changes
[ChangelogFromGit]
max_age = 730
tag_regexp = ^v(\d.*)
file_name = Changes
wrap_column = 80
copy_to_root = 0
exclude_message = ^(v\d\.\d|Archive|Merge pull request)
; Tests
[Test::Compile]
[Test::EOL]
[Test::NoTabs]
[PodCoverageTests]
[PodSyntaxTests]
; Git Things
[@Git]
; Commit handling / Release?
[ConfirmRelease]
[TestRelease]
[UploadToCPAN]
[Git::Commit / Commit_Dirty_Files]
[Git::Tag]
tag_format = release-%v
[GitHub::CreateRelease]
branch = master
github_notes = 1
notes_from = FromFile
notes_file = Changes
[NextRelease]