-
Notifications
You must be signed in to change notification settings - Fork 21
/
dist.ini
83 lines (70 loc) · 1.97 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
; -*-conf-windows-*-
name = HTML-Tree
abstract = Work with HTML in a DOM-like tree structure
author = Christopher J. Madsen <[email protected]>
author = Jeff Fearn <[email protected]>
license = Perl_5
copyright_holder = Gisle Aas
copyright_year = 1998
[Git::GatherDir]
include_untracked = 1
; This isn't true, but it works anyway, because we're not modifying these files.
; Unfortunately, proper encoding detection is impossible in dzil at this time.
[Encoding]
encoding = Latin-1
match = ^t/
[ManifestSkip]
[MetaJSON]
[MetaYAML]
[MetaConfig]
[License]
[MatchManifest]
[CheckChangesHasContent]
[Test::PrereqsFromMeta]
[PodSyntaxTests]
[PodCoverageTests]
[ModuleBuild::Custom]
mb_version = 0.2808
[RecommendedPrereqs]
[CheckPrereqsIndexed]
[OurPkgVersion]
finder = FilesToWeave
[TemplateCJM]
:version = 4.21 ; handles release note after release date
date_format = MMMM d, y
finder = FilesToWeave
report_versions = 0 ; using OurPkgVersion in this dist
[PodWeaver]
; authordep Pod::Weaver::Plugin::EnsureUniqueSections
; authordep Pod::Weaver::Section::AllowOverride
; authordep Pod::Weaver::Section::Template
finder = FilesToWeave
[FileFinder::Filter / FilesToWeave]
finder = :InstallModules
finder = :ExecFiles
skip = ^lib/HTML/Tree/.*\.pod$ ; TPJ articles
[Repository]
git_remote = github
[NextRelease]
:version = 4.300018 ; Need %T & %U formats
format = %-8v %{yyyy-MM-dd}d %{Trial }TRelease by %U
[Git::NextVersion]
version_regexp = ^(\d+\.[\d_]+)(?:-TRIAL)?$
[@Git]
allow_dirty = Changes
commit_msg = Updated Changes for %{MMMM d, yyyy}d%{ trial}t release of %v
tag_format = %v%t
tag_message = Tagged %N %v%{ (trial release)}t
push_to = github master
[Git::CheckFor::CorrectBranch / GitBranch]
[RunExtraTests]
[TestRelease]
[UploadToCPAN]
[ArchiveRelease]
[ConfirmRelease]
[AutoPrereqs]
skip = ^(?:constant|integer|lib|strict|utf8|vars|warnings)$
skip = ^(?:HTML::FormatText|LWP::UserAgent|URI::file)$
[MetaNoIndex]
dir = inc
dir = t