-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathdist.ini
104 lines (81 loc) · 3.21 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
name = Test-WWW-Selenium
author = Maintained by: Matt Phillips <[email protected]>, Luke Closs <[email protected]>
author = Originally by Mattia Barbon <[email protected]>
abstract = Perl Client for the Selenium Remote Control test tool
;license = Apache_2_0
copyright_holder = ThoughtWorks, Inc
copyright_year = 2006
; version provider
[Git::NextVersion] ; get version from last release tag
version_regexp = ^(.+)$
first_version = 1.31
; choose files to include
[GatherDir] ; everything under top dir
[PruneCruft] ; default stuff to skip
[ManifestSkip] ; if -f MANIFEST.SKIP, skip those, too
; file modifications
[PkgVersion] ; add $VERSION = ... to all files
[PodWeaver] ; generate Pod
; generated files
[ReadmeFromPod] ; from Pod (runs after PodWeaver)
; t tests
[Test::Compile] ; make sure .pm files all compile
skip = REPL
fake_home = 1 ; fakes $ENV{HOME} just in case
; xt tests
[MetaTests] ; xt/release/meta-yaml.t
[PodSyntaxTests] ; xt/release/pod-syntax.t
[Test::Portability] ; xt/release/portability.t (of file name)
[HasVersionTests] ; xt/release/has-version.t
; metadata
[AutoPrereqs] ; find prereqs from code
skip = Devel::REPL
[MinimumPerl] ; determine minimum perl version
;[Repository] ; set 'repository' in META
;git_remote = origin ; - remote to choose
;github_http = 0 ; - for github, use git:// not http://
; overrides [Repository] if repository is on github
[GithubMeta]
remote = origin ; better than [Repository]; sets homepage, too
[MetaNoIndex] ; sets 'no_index' in META
directory = t
directory = xt
directory = examples
directory = util
[Bugtracker] ; defaults to RT
[MetaProvides::Package] ; add 'provides' to META files
meta_noindex = 1 ; respect prior no_index directives
[MetaYAML] ; generate META.yml (v1.4)
[MetaJSON] ; generate META.json (v2)
; build system
[ExecDir] ; include 'bin/*' as executables
[ShareDir] ; include 'share/' for File::ShareDir
[MakeMaker] ; create Makefile.PL
; manifest (after all generated files)
[Manifest] ; create MANIFEST
; before release
;[Git::Check] ; ensure all files checked in
[CheckPrereqsIndexed] ; ensure prereqs are on CPAN
[CheckChangesHasContent] ; ensure Changes has been updated
[CheckExtraTests] ; ensure xt/ tests pass
[TestRelease] ; ensure t/ tests pass
[ConfirmRelease] ; confirm before upload
; 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 = %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]
;format = %v - %{eee MMM d h:m:s z yyyy}d
;[Git::Commit / Commit_Changes] ; commit Changes (for new dev)
[Git::Push] ; push repo to remote
push_to = origin
;[Git::CommitBuild]
;release_branch = build/%b
;release_message = Release build of v%v (on %b)