-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdist.ini
114 lines (88 loc) · 2.43 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
113
114
name = Dist-Zilla-Plugin-PodSimpleWiki
author = Peter Hallam <pragmatic@cpan.org>
license = Custom
copyright_holder = Peter Hallam
copyright_year = 2012
[Git::NextVersion]
first_version = 0.001000
version_regexp = ^(.+)$
[GatherDir]
; exclude_filename = README.pod
[PruneCruft]
[PruneFiles]
filename = LEGAL
[ManifestSkip]
[OurPkgVersion]
[Authority]
[PodWeaver]
[License]
[CustomLicense]
filename = LEGAL
[ReadmeAnyFromPod / ReadmeTextInBuild]
[ReadmeAnyFromPod / ReadmeMarkdownInRoot]
[Test::Compile]
fake_home = 1
; xt tests
[Test::PodSpelling] ; xt/author/pod-spell.t
[Test::Perl::Critic] ; xt/author/critic.t
; [MetaTests] ; xt/release/meta-yaml.t
[PodSyntaxTests] ; xt/release/pod-syntax.t
[PodCoverageTests] ; xt/release/pod-coverage.t
; [PortabilityTests] ; xt/release/portability.t (of file name)
; [Test::Version] ; xt/release/test-version.t
[AutoPrereqs]
[Prereqs]
[@GitHub]
[GitHub::Meta]
wiki = 1
; remote = origin
[MetaNoIndex]
directory = t
directory = xt
directory = examples
[MetaProvides::Package]
meta_noindex = 1
[MetaYAML]
[MetaJSON]
[ExecDir]
[ShareDir]
[MakeMaker]
[Manifest]
[Git::Check] ; ensure all files checked in
allow_dirty = Changes
allow_dirty = dist.ini
allow_dirty = README.mkdn
[CheckChangesHasContent] ; ensure Changes has been updated
[CheckExtraTests] ; ensure xt/ tests pass
[TestRelease] ; ensure t/ tests pass
[ConfirmRelease] ; prompt before uploading
; 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]
format = %-9v %{yyyy-MM-dd}d
; releaser
; [UploadToCPAN] ; uploads to CPAN
[FakeRelease]
; after release
[Git::Commit / Commit_Dirty_Files] ; commit Changes (as released)
allow_dirty = Changes
allow_dirty = dist.ini
allow_dirty = README.mkdn
commit_msg = %v%n%n%c
[Git::Tag]
tag_message =
tag_format = %v
; branch = releases
[Git::CommitBuild]
branch =
release_branch = releases
message = Release %v from %h on %b
[Git::Push] ; push repo to remote
push_to = origin
[Git::Remote::Check]
branch = master
remote_name = origin
remote_branch = master