-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdist.ini
51 lines (40 loc) · 1.05 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
name = Config-INI-Reader-Multiline
author = Philippe Bruhat (BooK) <[email protected]>
license = Perl_5
copyright_holder = Philippe Bruhat (BooK)
; copyright_year = 2014-2015
[PkgVersion]
[@Filter]
-bundle = @Basic
-remove = Readme
[PruneFiles]
filename = setup
match = \.patch$
match = mess/.*
match = cover_db
[AutoPrereqs]
[Test::ReportPrereqs]
[Test::Compile]
[MetaJSON]
[MetaResources]
repository.web = http://github.com/book/Config-INI-Reader-Multiline
repository.url = http://github.com/book/Config-INI-Reader-Multiline.git
repository.type = git
bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Config-INI-Reader-Multiline
bugtracker.mailto = [email protected]
[MetaTests]
[PodSyntaxTests]
[PodCoverageTests]
[NextRelease]
format = %v %{yyyy-MM-dd}d %P
[@Git]
changelog = Changes
commit_msg = Changes for version %v
tag_format = v%v
tag_message = %N v%v
push_to = origin
push_to = github
[Git::NextVersion]
first_version = 1.000
[Meta::Contributors]
contributor = Vincent Pit <[email protected]>