-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdist.ini
124 lines (89 loc) · 2.61 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
120
121
122
123
124
name = App-Sandy
abstract = A straightforward and complete next-generation sequencing read simulator
author = Thiago L. A. Miller <[email protected]>
author = J. Leonel Buzzo <[email protected]>
author = Felipe R. C. dos Santos <[email protected]>
author = Helena B. Conceição <[email protected]>
author = Rodrigo Barreiro <[email protected]>
author = Gabriela Guardia <[email protected]>
author = Fernanda Orpinelli <[email protected]>
author = Rafael Mercuri <[email protected]>
author = Rodrigo Barreiro <[email protected]>
author = Pedro A. F. Galante <[email protected]>
license = GPL_3
copyright_holder = Teaching and Research Institute from Sírio-Libanês Hospital
copyright_year = 2023
version = 0.25
[Git::GatherDir]
include_dotfiles = 1
exclude_filename = Makefile.PL
exclude_filename = LICENSE
exclude_filename = INSTALL
exclude_filename = MANIFEST
exclude_filename = META.json
exclude_filename = META.yml
exclude_filename = t/author-critic.t
exclude_filename = t/author-pod-syntax.t
exclude_filename = t/00-load.t
exclude_filename = ppport.h
; authordep Devel::PPPort = 3.68
[PPPort]
version = 3.68
[PruneCruft]
except = \.gitignore
except = \.gitattributes
except = \.github
[MetaYAML]
[MetaJSON]
; authordep Pod::Elemental::Transformer::List
[GitHub::Meta]
[License]
[Manifest]
[CPANFile]
[OverridePkgVersion]
[PodWeaver]
[ExecDir]
dir = script
; authordep Dist::Zilla::Plugin::MakeMaker::Awesome
[=inc::SandyMakeMaker / SandyMakeMaker]
[InstallGuide]
[NextRelease]
[AutoPrereqs]
[MinimumPerl]
[Prereqs]
Storable = 2.51
Parallel::ForkManager = 1.19
PerlIO::gzip = 0.19
List::Util = 1.44
[Prereqs / TestRequires]
Test::Most = 0.35
Test::Class = 0.50
Class::Data::Inheritable = 0.08
[Prereqs / TestRecommends]
Test::Pod = 0
Test::Perl::Critic = 0
Test::UseAllModules = 0
[Prereqs / BuildRequires]
LWP::Simple = 0
[Prereqs / ConfigureRequires]
File::ShareDir::Install = 0
[CheckChangeLog]
[CheckChangesHasContent]
[ExtraTests]
[Test::Perl::Critic]
critic_config = perlcritic.ini
[PodSyntaxTests]
[Test::UseAllModules]
[Git::CommitBuild]
release_branch = master
branch =
message = Product of release %v of %h (on %b)
[@Git]
commit_msg = Bumped changelog following rel. v%v
branch = master
push_to = origin dev
push_to = origin master
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
[Clean]