forked from rjeschmi/Archive-BagIt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
87 lines (67 loc) · 1.57 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
name = Archive-BagIt
author = Rob Schmidt <[email protected]>
license = Perl_5
copyright_holder = Rob Schmidt and William Wueppelmann
[@Filter]
-bundle = @Author::DOHERTY
-remove = GatherDir
-remove = Git::NextVersion
;-remove = Git::Tag
-remove = CheckChangesHasContent
; because is a precheck, but we use ChangelogFromGit
-remove = CheckExtraTests
github = 0
[GatherDir]
include_dotfiles = 1
;; because DotBagIt needs
exclude_filename = Makefile.PL
exclude_filename = README
exclude_filename = README.mkdn
exclude_filename = Changes
;; will be added by ChangelogFromGit
exclude_match = .*~$
exclude_filename = Archive-BagIt.iml
[MinimumPerl]
; determine minimum perl version
[Prereqs]
Moo = 0
File::Find = 0
Digest::MD5 = 0
List::Util = >= 1.450
[Prereqs / Recommends]
IO::AIO = 0
Digest::SHA = 0
Parallel::Iterator = 0
[Prereqs / Suggests ]
Archive::BagIt::App = 0
[PodWeaver]
[Git::Check]
allow_dirty = dist.ini
allow_dirty = README
allow_dirty = README.mkdn
changelog = Changes
; this is the default
build_warnings = 0
; this is the default
untracked_files = die
; default value (can also be "warn" or "ignore")
[Git::CheckFor::CorrectBranch]
; release_branch defaults to 'master'
; also using dev for trial releases
release_branch = master
release_branch = dev
[Git::NextVersion]
version_by_branch = 1
;[Git::Tag]
;[Git::CheckFor::Fixups]
[Git::Contributors]
; collect contributors list
[ChangelogFromGit]
file_name = Changes
;[TestRelease]
; ensure t/ and xt/ tests pass
[ConfirmRelease]
; prompt before uploading
; releaser
; [UploadToCPAN] already in filter
; uploads to CPAN