-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
46 lines (35 loc) · 781 Bytes
/
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
name = CDDB
author = Rocco Caputo <rcaputo@cpan.org>
copyright_holder = Rocco Caputo <rcaputo@cpan.org>
license = Perl_5
[AutoMetaResources]
bugtracker.rt = 1
license = http://dev.perl.org/licenses/
repository.github = user:rcaputo;lcdist:cddb-perl
[AutoPrereqs]
[CheckPrereqsIndexed]
[Prereqs::MatchInstalled::All]
exclude = bytes
exclude = constant
exclude = lib
exclude = perl
exclude = strict
exclude = vars
exclude = warnings
[Homepage]
[ReadmeFromPod]
[ReadmeMarkdownFromPod]
[ReportVersions]
[Repository]
git_remote = gh
[Git::Check]
[Git::NextVersion]
first_version = 1.221
version_regexp = ^v(\d+\.\d+)$
[ChangelogFromGit]
tag_regexp = v(\d+[_.]\d+)
[Git::Tag]
tag_format = v%v
tag_message = Release %v.
[@Classic]
[MetaJSON]