-
Notifications
You must be signed in to change notification settings - Fork 75
/
dist.ini
62 lines (42 loc) · 1.04 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
name = Bio-EnsEMBL
; Major: the EnsEMBL release
; Minor: for patches to an EnsEMBL release
; Patch: for changes related to CPAN packaging
version = 113.0.0
author = Arne Becker <[email protected]>
license = Apache_2_0
copyright_holder = EMBL-EBI
abstract = Bio::EnsEMBL - Ensembl Core API
main_module = lib/Bio/EnsEMBL.pm
[GatherFile]
filename = Changes
filename = CONTRIBUTING.md
[GatherDir / libs]
root = modules
prefix = lib
[PruneFiles]
match = ^lib/t/
[PruneCruft]
[PkgVersion]
[AutoPrereqs]
skip = ^Bio::EnsEMBL::XS$
skip = ^Bio::EnsEMBL::Utils::User_defined_load$
skip = ^SeqStoreConverter::BasicConverter$
skip = ^Bio::EnsEMBL::Production::DBSQL::DBAdaptor$
skip = ^Bio::EnsEMBL::MetaData::DBSQL::MetaDataDBAdaptor$
skip = ^Bio::EnsEMBL::Taxonomy::DBSQL::TaxonomyDBAdaptor$
[NextRelease]
format = %-9v %{yyyy-MM-dd}d%{ (TRIAL RELEASE)}T
[Test::ChangesHasContent]
[MinimumPerlFast]
[ManifestSkip]
[GitHub::Meta]
[MetaYAML]
[MetaJSON]
[License]
[ReadmeAnyFromPod]
[MakeMaker]
[Manifest]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]