-
Notifications
You must be signed in to change notification settings - Fork 1
/
dist.ini
101 lines (82 loc) · 2.11 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
name = Geo-OSM-StaticMap
author = Michael Kröll <[email protected]>
license = Perl_5
copyright_holder = Michael Kröll
copyright_year = 2014
[AutoVersion]
major = 0
format = {{ $major }}.4
;format = {{ $major }}.{{ cldr('yyDDD') }}
; -- fetch & generate files
[GatherDir]
[MetaTests]
[PodCoverageTests]
[PodSyntaxTests]
[KwaliteeTests]
[Test::Portability]
[Test::Synopsis]
;[MinimumVersionTests]
[HasVersionTests]
[Test::CheckChanges]
[Test::DistManifest]
[Test::UnusedVars]
[NoTabsTests]
[EOLTests]
[ReportVersions]
[InlineFilesMARCEL]
; -- remove some files
[PruneCruft]
[PruneFiles]
filenames = dist.ini
[ManifestSkip]
; -- get prereqs
[AutoPrereqs]
skip = ^(English|Carp|Config|File::Find)$
; -- gather metadata
[Repository]
[Bugtracker]
[Homepage]
; overrides [Repository] if repository is on github
[GithubMeta]
remote = origin ; better than [Repository]; sets homepage, too
; -- munge files
[ExtraTests]
[PkgVersion]
[CopyReadmeFromBuild]
[PodWeaver]
; -- dynamic meta-information
[ExecDir]
[ShareDir]
[MetaProvides::Package]
; -- generate meta files
[License]
[MakeMaker]
[MetaYAML]
[MetaJSON]
[ReadmeFromPod]
[InstallGuide]
[Signature]
[Manifest] ; should come last
; -- release
[CheckChangeLog]
; before release
[Git::Check] ; ensure all files checked in
[CheckPrereqsIndexed] ; ensure prereqs are on CPAN
[CheckChangesHasContent] ; ensure Changes has been updated
[TestRelease] ; ensure t/ tests pass
[ConfirmRelease] ; prompt before uploading
; releaser
[UploadToCPAN] ; uploads to CPAN
; after release
[Git::Commit / Commit_Dirty_Files] ; commit Changes (as released)
[Git::Tag] ; tag repo with custom tag
tag_format = release-%v
; NextRelease acts *during* pre-release to write $VERSION and
; timestamp to Changes and *after* release to add a new {{$NEXT}}
; section, so to act at the right time after release, it must actually
; come after Commit_Dirty_Files but before Commit_Changes in the
; dist.ini. It will still act during pre-release as usual
[NextRelease]
[Git::Commit / Commit_Changes] ; commit Changes (for new dev)
[Git::Push] ; push repo to remote
push_to = origin