-
Notifications
You must be signed in to change notification settings - Fork 48
/
dist.ini
119 lines (101 loc) · 2.8 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
115
116
117
118
119
name = Games-Lacuna-Client
;version = auto
author = Steffen Mueller <[email protected]>
author = Gavin Mogan <[email protected]>
license = Perl_5
copyright_holder = Steffen Mueller
; version provider
[Git::NextVersion]
first_version = 0.001 ; this is the default
version_regexp = ^release-(.+)$ ; this is the default
; choose files to include
[GatherDir]
[PruneCruft]
[ManifestSkip]
; file modifications
[PkgVersion]
; generated files
;[Readme]
[ReadmeAnyFromPod / text.build ]
filename = README
type = text
[License]
; t tests
[ExtraTests]
; xt tests
[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::Portability] ; xt/release/portability.t (of file name)
[Test::CPAN::Changes]
;[UnusedVarsTests]
; metadata
[MetaProvides::Package]
[GithubMeta]
remote = origin ; better than [Repository]; sets homepage, too
[Prereqs]
JSON::RPC::Common = 0
HTTP::Request = 0
HTTP::Response = 0
LWP::UserAgent = 0
Data::Dumper = 0
Class::XSAccessor = 1.07
Scalar::Util = 0
URI = 0
Class::MOP = 0
YAML::Any = 0
AnyEvent = 0
Date::Parse = 0
Date::Format = 0
DateTime = 0
Number::Format = 0
FindBin = 0
IO::Interactive = 0
MIME::Lite = 0
Crypt::SSLeay = 0
Net::SSLeay = 0
Exception::Class = 0
Time::HiRes = 0
Try::Tiny = 0.07
namespace::clean = 0.20
JSON::RPC::LWP = 0.006
Moose = 0
Browser::Open = 0.04
[MetaNoIndex] ; sets 'no_index' in META
directory = t
directory = xt
directory = examples
[MetaYAML] ; generate META.yml (v1.4)
[MetaJSON] ; generate META.json (v2)
; build system
[MakeMaker]
;[ExecDir]
;dir = examples
; manifest (after all generated files)
[Manifest]
; before release
[Git::Check]
allow_dirty = dist.ini
allow_dirty = Changes
[CheckChangesHasContent] ; ensure Changes has been updated
[CheckExtraTests] ; ensure xt/ tests pass
[TestRelease] ; ensure t/ tests pass
[ConfirmRelease]
; 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]
[CopyMakefilePLFromBuild]
[CopyReadmeFromBuild]
[Git::Commit / Commit_Changes] ; commit Changes (for new dev)
;[Git::Push] ; push repo to remote
;push_to = origin